#323570

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

Shades of Deep Koamaru #323570

Tints of Deep Koamaru #323570

Color information

#323570 (or 0x323570) is unknown color: approx Deep Koamaru. HEX triplet: 32, 35 and 70. RGB value is (50,53,112). Sum of RGB (Red+Green+Blue) = 50+53+112=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #323570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323570 is #CDCA8F. Grayscale: #3A3A3A. Windows color (decimal): -13486736 or 7353650. OLE color: 7353650.

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

Color convert

RGB5053112-
CMYK0.550.5300.56
HSL237.1º38.27%31.76%-
HSV(B)237.1º55.36%43.92%-
XYZ5.514.3915.89-
YUV58.83158.01121.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=23.26%
G=24.65%
B=52.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50531120.550.5300.56237.138.2731.76
Hex3235703735038ed2620
Octal626516067650703554640
Binary1100101101011110000110111110101011100011101101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323570; }

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

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

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

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

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

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

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

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