Shades of Deep Koamaru #323561
Tints of Deep Koamaru #323561
RGB
CMYK
RGB Variations
Color information
#323561 (or 0x323561) is known color: Deep Koamaru. HEX triplet: 32, 35 and 61. RGB value is (50,53,97). Sum of RGB (Red+Green+Blue) = 50+53+97=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #323561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323561 is #CDCA9E. Grayscale: #383838. Windows color (decimal): -13486751 or 6370610. OLE color: 6370610.
HSL color Cylindrical-coordinate representation of color #323561: hue angle of 236.17º 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 #323561 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 53 | 97 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.62 |
| HSL | 236.17º | 0.32% | 0.29% | - |
| HSV(B) | 236.17º | 0.48% | 0.38% | - |
| XYZ | 4.75 | 4.09 | 11.85 | - |
| YUV | 57.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 97 | 0.48 | 0.45 | 0 | 0.62 | 236.17 | 0.32 | 0.29 |
| Hex | 32 | 35 | 61 | 30 | 2D | 0 | 3E | EC | 20 | 1D |
| Octal | 62 | 65 | 141 | 60 | 55 | 0 | 76 | 354 | 40 | 35 |
| Binary | 110010 | 110101 | 1100001 | 110000 | 101101 | 0 | 111110 | 11101100 | 100000 | 11101 |
Color Harmonies of #323561
Complementary color
Monochromatic Colors of #323561
Black with #323561
Text Example
Text Example
White with #323561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323561; }
p { color: rgb(50,53,97); }
H1.HeaderClassName
{
color: #323561;
}
.AnyTagClassName
{
color: #323561;
}
</style>
background-color css
<style>
a { background-color: #323561; }
a { background-color: rgb(50,53,97); }
div.DivClassName
{
background-color: #323561;
}
.BgClassName
{
background-color: #323561;
}
</style>
border-color css
<style>
span { border-color: #323561; }
span { border-color: rgb(50,53,97); }
td.TdClassName
{
border-color: #323561;
}
.TagClassName
{
border-color: #323561;
}
</style>