#332C6E

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

Shades of Deep Koamaru #332C6E

Tints of Deep Koamaru #332C6E

Color information

#332C6E (or 0x332C6E) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2C and 6E. RGB value is (51,44,110). Sum of RGB (Red+Green+Blue) = 51+44+110=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #332C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C6E is #CCD391. Grayscale: #353535. Windows color (decimal): -13423506 or 7220275. OLE color: 7220275.

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

Color convert

RGB5144110-
CMYK0.540.600.57
HSL246.36º42.86%30.2%-
HSV(B)246.36º60%43.14%-
XYZ5.083.6315.18-
YUV53.62159.82126.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 110 (43.36% from 255) = 53.66%
R=24.88%
G=21.46%
B=53.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51441100.540.600.57246.3642.8630.2
Hex332C6E363C039f62b1e
Octal635415666740713665336
Binary110011101100110111011011011110001110011111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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