#332D71

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

Shades of Deep Koamaru #332D71

Tints of Deep Koamaru #332D71

Color information

#332D71 (or 0x332D71) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2D and 71. RGB value is (51,45,113). Sum of RGB (Red+Green+Blue) = 51+45+113=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #332D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D71 is #CCD28E. Grayscale: #363636. Windows color (decimal): -13423247 or 7417139. OLE color: 7417139.

HSL color Cylindrical-coordinate representation of color #332D71: hue angle of 245.29º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #332D71 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5145113-
CMYK0.550.6000.56
HSL245.29º43.04%30.98%-
HSV(B)245.29º60.18%44.31%-
XYZ5.283.7716.07-
YUV54.55160.99125.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=24.40%
G=21.53%
B=54.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51451130.550.6000.56245.2943.0430.98
Hex332D71373C038f52b1f
Octal635516167740703655337
Binary110011101101111000111011111110001110001111010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,45,113); }

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

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

 a { background-color: rgb(51,45,113); }

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

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

 span { border-color: rgb(51,45,113); }

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