#332A7C

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

Shades of Deep Koamaru #332A7C

Tints of Deep Koamaru #332A7C

Color information

#332A7C (or 0x332A7C) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2A and 7C. RGB value is (51,42,124). Sum of RGB (Red+Green+Blue) = 51+42+124=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #332A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A7C is #CCD583. Grayscale: #353535. Windows color (decimal): -13424004 or 8137267. OLE color: 8137267.

HSL color Cylindrical-coordinate representation of color #332A7C: hue angle of 246.59º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #332A7C is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5142124-
CMYK0.590.6600.51
HSL246.59º49.4%32.55%-
HSV(B)246.59º66.13%48.63%-
XYZ5.833.8119.5-
YUV54.04167.48125.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 124 (48.83% from 255) = 57.14%
R=23.50%
G=19.35%
B=57.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51421240.590.6600.51246.5949.432.55
Hex332A7C3B42033f73121
Octal6352174731020633676141
Binary11001110101011111001110111000010011001111110111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,42,124); }

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

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

 a { background-color: rgb(51,42,124); }

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

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

 span { border-color: rgb(51,42,124); }

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