#323070

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

Shades of Deep Koamaru #323070

Tints of Deep Koamaru #323070

Color information

#323070 (or 0x323070) is unknown color: approx Deep Koamaru. HEX triplet: 32, 30 and 70. RGB value is (50,48,112). Sum of RGB (Red+Green+Blue) = 50+48+112=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #323070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323070 is #CDCF8F. Grayscale: #373737. Windows color (decimal): -13488016 or 7352370. OLE color: 7352370.

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

Color convert

RGB5048112-
CMYK0.550.5700.56
HSL241.88º40%31.37%-
HSV(B)241.88º57.14%43.92%-
XYZ5.33.9615.81-
YUV55.89159.66123.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 112 (44.14% from 255) = 53.33%
R=23.81%
G=22.86%
B=53.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50481120.550.5700.56241.884031.37
Hex3230703739038f2281f
Octal626016067710703625037
Binary110010110000111000011011111100101110001111001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323070; }

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

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

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

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

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

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

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

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