#332B70

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

Shades of Deep Koamaru #332B70

Tints of Deep Koamaru #332B70

Color information

#332B70 (or 0x332B70) is unknown color: approx Deep Koamaru. HEX triplet: 33, 2B and 70. RGB value is (51,43,112). Sum of RGB (Red+Green+Blue) = 51+43+112=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #332B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B70 is #CCD48F. Grayscale: #343434. Windows color (decimal): -13423760 or 7351091. OLE color: 7351091.

HSL color Cylindrical-coordinate representation of color #332B70: hue angle of 246.96º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #332B70 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5143112-
CMYK0.540.6200.56
HSL246.96º44.52%30.39%-
HSV(B)246.96º61.61%43.92%-
XYZ5.153.615.75-
YUV53.26161.15126.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=24.76%
G=20.87%
B=54.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51431120.540.6200.56246.9644.5230.39
Hex332B70363E038f72d1e
Octal635316066760703675536
Binary110011101011111000011011011111001110001111011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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