#323159

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

Shades of Deep Koamaru #323159

Tints of Deep Koamaru #323159

Color information

#323159 (or 0x323159) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 59. RGB value is (50,49,89). Sum of RGB (Red+Green+Blue) = 50+49+89=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #323159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323159 is #CDCEA6. Grayscale: #353535. Windows color (decimal): -13487783 or 5845298. OLE color: 5845298.

HSL color Cylindrical-coordinate representation of color #323159: hue angle of 241.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #323159 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB504989-
CMYK0.440.4500.65
HSL241.5º28.99%27.06%-
HSV(B)241.5º44.94%34.9%-
XYZ4.223.69.92-
YUV53.86147.83125.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=26.60%
G=26.06%
B=47.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5049890.440.4500.65241.528.9927.06
Hex3231592C2D041f21d1b
Octal6261131545501013623533
Binary110010110001101100110110010110101000001111100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323159; }

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

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

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

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

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

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

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

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