#332D6E

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

Shades of Deep Koamaru #332D6E

Tints of Deep Koamaru #332D6E

Color information

#332D6E (or 0x332D6E) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2D and 6E. RGB value is (51,45,110). Sum of RGB (Red+Green+Blue) = 51+45+110=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #332D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D6E is #CCD291. Grayscale: #353535. Windows color (decimal): -13423250 or 7220531. OLE color: 7220531.

HSL color Cylindrical-coordinate representation of color #332D6E: hue angle of 245.54º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #332D6E is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5145110-
CMYK0.540.5900.57
HSL245.54º41.94%30.39%-
HSV(B)245.54º59.09%43.14%-
XYZ5.123.7115.2-
YUV54.2159.49125.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=24.76%
G=21.84%
B=53.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51451100.540.5900.57245.5441.9430.39
Hex332D6E363B039f62a1e
Octal635515666730713665236
Binary110011101101110111011011011101101110011111011010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332D6E; }

 p { color: rgb(51,45,110); }

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

<style>
 a { background-color: #332D6E; }

 a { background-color: rgb(51,45,110); }

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

<style>
 span { border-color: #332D6E; }

 span { border-color: rgb(51,45,110); }

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