#322C70

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

Shades of Deep Koamaru #322C70

Tints of Deep Koamaru #322C70

Color information

#322C70 (or 0x322C70) is unknown color: approx Deep Koamaru. HEX triplet: 32, 2C and 70. RGB value is (50,44,112). Sum of RGB (Red+Green+Blue) = 50+44+112=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 44 (17.58% from 255 or 21.36% 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 #322C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C70 is #CDD38F. Grayscale: #353535. Windows color (decimal): -13489040 or 7351346. OLE color: 7351346.

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

Color convert

RGB5044112-
CMYK0.550.6100.56
HSL245.29º43.59%30.59%-
HSV(B)245.29º60.71%43.92%-
XYZ5.143.6515.76-
YUV53.55160.99125.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=24.27%
G=21.36%
B=54.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50441120.550.6100.56245.2943.5930.59
Hex322C70373D038f52c1f
Octal625416067750703655437
Binary110010101100111000011011111110101110001111010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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