#322B70

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

Shades of Deep Koamaru #322B70

Tints of Deep Koamaru #322B70

Color information

#322B70 (or 0x322B70) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2B and 70. RGB value is (50,43,112). Sum of RGB (Red+Green+Blue) = 50+43+112=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #322B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B70 is #CDD48F. Grayscale: #343434. Windows color (decimal): -13489296 or 7351090. OLE color: 7351090.

HSL color Cylindrical-coordinate representation of color #322B70: hue angle of 246.09º 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 #322B70 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5043112-
CMYK0.550.6200.56
HSL246.09º44.52%30.39%-
HSV(B)246.09º61.61%43.92%-
XYZ5.13.5815.75-
YUV52.96161.32125.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=24.39%
G=20.98%
B=54.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50431120.550.6200.56246.0944.5230.39
Hex322B70373E038f62d1e
Octal625316067760703665536
Binary110010101011111000011011111111001110001111011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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