#323170

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

Shades of Deep Koamaru #323170

Tints of Deep Koamaru #323170

Color information

#323170 (or 0x323170) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 70. RGB value is (50,49,112). Sum of RGB (Red+Green+Blue) = 50+49+112=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #323170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323170 is #CDCE8F. Grayscale: #383838. Windows color (decimal): -13487760 or 7352626. OLE color: 7352626.

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

Color convert

RGB5049112-
CMYK0.550.5600.56
HSL240.95º39.13%31.57%-
HSV(B)240.95º56.25%43.92%-
XYZ5.344.0415.83-
YUV56.48159.33123.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=23.70%
G=23.22%
B=53.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50491120.550.5600.56240.9539.1331.57
Hex3231703738038f12720
Octal626116067700703614740
Binary1100101100011110000110111111000011100011110001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323170; }

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

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

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

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

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

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

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

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