#332D70

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

Shades of Deep Koamaru #332D70

Tints of Deep Koamaru #332D70

Color information

#332D70 (or 0x332D70) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2D and 70. RGB value is (51,45,112). Sum of RGB (Red+Green+Blue) = 51+45+112=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #332D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D70 is #CCD28F. Grayscale: #363636. Windows color (decimal): -13423248 or 7351603. OLE color: 7351603.

HSL color Cylindrical-coordinate representation of color #332D70: hue angle of 245.37º 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 #332D70 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5145112-
CMYK0.540.6000.56
HSL245.37º42.68%30.78%-
HSV(B)245.37º59.82%43.92%-
XYZ5.233.7515.78-
YUV54.43160.49125.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=24.52%
G=21.63%
B=53.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51451120.540.6000.56245.3742.6830.78
Hex332D70363C038f52b1f
Octal635516066740703655337
Binary110011101101111000011011011110001110001111010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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