#323158

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

Shades of Deep Koamaru #323158

Tints of Deep Koamaru #323158

Color information

#323158 (or 0x323158) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 58. RGB value is (50,49,88). Sum of RGB (Red+Green+Blue) = 50+49+88=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #323158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323158 is #CDCEA7. Grayscale: #353535. Windows color (decimal): -13487784 or 5779762. OLE color: 5779762.

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

Color convert

RGB504988-
CMYK0.430.4400.65
HSL241.54º28.47%26.86%-
HSV(B)241.54º44.32%34.51%-
XYZ4.183.589.7-
YUV53.74147.33125.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=26.74%
G=26.20%
B=47.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5049880.430.4400.65241.5428.4726.86
Hex3231582B2C041f21c1b
Octal6261130535401013623433
Binary110010110001101100010101110110001000001111100101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323158; }

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

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

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

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

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

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

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

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