#332C76

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

Shades of Deep Koamaru #332C76

Tints of Deep Koamaru #332C76

Color information

#332C76 (or 0x332C76) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2C and 76. RGB value is (51,44,118). Sum of RGB (Red+Green+Blue) = 51+44+118=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #332C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C76 is #CCD389. Grayscale: #363636. Windows color (decimal): -13423498 or 7744563. OLE color: 7744563.

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

Color convert

RGB5144118-
CMYK0.570.6300.54
HSL245.68º45.68%31.76%-
HSV(B)245.68º62.71%46.27%-
XYZ5.543.8117.58-
YUV54.53163.82125.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 44 (17.58% from 255) = 20.66%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=23.94%
G=20.66%
B=55.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51441180.570.6300.54245.6845.6831.76
Hex332C76393F036f62e20
Octal635416671770663665640
Binary1100111011001110110111001111111011011011110110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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