Shades of Deep Koamaru #323560
Tints of Deep Koamaru #323560
RGB
CMYK
RGB Variations
Color information
#323560 (or 0x323560) is known color: Deep Koamaru. HEX triplet: 32, 35 and 60. RGB value is (50,53,96). Sum of RGB (Red+Green+Blue) = 50+53+96=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #323560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323560 is #CDCA9F. Grayscale: #383838. Windows color (decimal): -13486752 or 6305074. OLE color: 6305074.
HSL color Cylindrical-coordinate representation of color #323560: hue angle of 236.09º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #323560 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 53 | 96 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.62 |
| HSL | 236.09º | 0.32% | 0.29% | - |
| HSV(B) | 236.09º | 0.48% | 0.38% | - |
| XYZ | 4.7 | 4.07 | 11.6 | - |
| YUV | 57.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 96 | 0.48 | 0.45 | 0 | 0.62 | 236.09 | 0.32 | 0.29 |
| Hex | 32 | 35 | 60 | 30 | 2D | 0 | 3E | EC | 20 | 1D |
| Octal | 62 | 65 | 140 | 60 | 55 | 0 | 76 | 354 | 40 | 35 |
| Binary | 110010 | 110101 | 1100000 | 110000 | 101101 | 0 | 111110 | 11101100 | 100000 | 11101 |
Color Harmonies of #323560
Complementary color
Monochromatic Colors of #323560
Black with #323560
Text Example
Text Example
White with #323560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323560; }
p { color: rgb(50,53,96); }
H1.HeaderClassName
{
color: #323560;
}
.AnyTagClassName
{
color: #323560;
}
</style>
background-color css
<style>
a { background-color: #323560; }
a { background-color: rgb(50,53,96); }
div.DivClassName
{
background-color: #323560;
}
.BgClassName
{
background-color: #323560;
}
</style>
border-color css
<style>
span { border-color: #323560; }
span { border-color: rgb(50,53,96); }
td.TdClassName
{
border-color: #323560;
}
.TagClassName
{
border-color: #323560;
}
</style>