#332C77

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

Shades of Deep Koamaru #332C77

Tints of Deep Koamaru #332C77

Color information

#332C77 (or 0x332C77) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2C and 77. RGB value is (51,44,119). Sum of RGB (Red+Green+Blue) = 51+44+119=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #332C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C77 is #CCD388. Grayscale: #363636. Windows color (decimal): -13423497 or 7810099. OLE color: 7810099.

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

Color convert

RGB5144119-
CMYK0.570.6300.53
HSL245.6º46.01%31.96%-
HSV(B)245.6º63.03%46.67%-
XYZ5.63.8417.9-
YUV54.64164.32125.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=23.83%
G=20.56%
B=55.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51441190.570.6300.53245.646.0131.96
Hex332C77393F035f62e20
Octal635416771770653665640
Binary1100111011001110111111001111111011010111110110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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