#323470

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

Shades of Deep Koamaru #323470

Tints of Deep Koamaru #323470

Color information

#323470 (or 0x323470) is unknown color: approx Deep Koamaru. HEX triplet: 32, 34 and 70. RGB value is (50,52,112). Sum of RGB (Red+Green+Blue) = 50+52+112=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #323470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323470 is #CDCB8F. Grayscale: #3A3A3A. Windows color (decimal): -13486992 or 7353394. OLE color: 7353394.

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

Color convert

RGB5052112-
CMYK0.550.5400.56
HSL238.06º38.27%31.76%-
HSV(B)238.06º55.36%43.92%-
XYZ5.474.315.87-
YUV58.24158.34122.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=23.36%
G=24.30%
B=52.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50521120.550.5400.56238.0638.2731.76
Hex3234703736038ee2620
Octal626416067660703564640
Binary1100101101001110000110111110110011100011101110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323470; }

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

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

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

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

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

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

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

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