#34316A

Color #34316A Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #34316A

Tints of Deep Koamaru #34316A

Color information

#34316A (or 0x34316A) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 6A. RGB value is (52,49,106). Sum of RGB (Red+Green+Blue) = 52+49+106=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #34316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34316A is #CBCE95. Grayscale: #383838. Windows color (decimal): -13356694 or 6959412. OLE color: 6959412.

HSL color Cylindrical-coordinate representation of color #34316A: hue angle of 243.16º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34316A is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5249106-
CMYK0.510.5400.58
HSL243.16º36.77%30.39%-
HSV(B)243.16º53.77%41.57%-
XYZ5.123.9714.13-
YUV56.4155.99124.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 106 (41.80% from 255) = 51.21%
R=25.12%
G=23.67%
B=51.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52491060.510.5400.58243.1636.7730.39
Hex34316A333603Af3251e
Octal646115263660723634536
Binary110100110001110101011001111011001110101111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34316A; }

 p { color: rgb(52,49,106); }

 H1.HeaderClassName
 {
   color: #34316A;
 }
 .AnyTagClassName
 {
   color: #34316A;
 }
</style>
background-color css

<style>
 a { background-color: #34316A; }

 a { background-color: rgb(52,49,106); }

 div.DivClassName
 {
   background-color: #34316A;
 }
 .BgClassName
 {
   background-color: #34316A;
 }
</style>
border-color css

<style>
 span { border-color: #34316A; }

 span { border-color: rgb(52,49,106); }

 td.TdClassName
 {
   border-color: #34316A;
 }
 .TagClassName
 {
   border-color: #34316A;
 }
</style>