#332B6E

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

Shades of Deep Koamaru #332B6E

Tints of Deep Koamaru #332B6E

Color information

#332B6E (or 0x332B6E) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2B and 6E. RGB value is (51,43,110). Sum of RGB (Red+Green+Blue) = 51+43+110=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #332B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B6E is #CCD491. Grayscale: #343434. Windows color (decimal): -13423762 or 7220019. OLE color: 7220019.

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

Color convert

RGB5143110-
CMYK0.540.6100.57
HSL247.16º43.79%30%-
HSV(B)247.16º60.91%43.14%-
XYZ5.043.5615.17-
YUV53.03160.15126.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=25%
G=21.08%
B=53.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51431100.540.6100.57247.1643.7930
Hex332B6E363D039f72c1e
Octal635315666750713675436
Binary110011101011110111011011011110101110011111011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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