Shades of Deep Koamaru #323559
Tints of Deep Koamaru #323559
RGB
CMYK
RGB Variations
Color information
#323559 (or 0x323559) is known color: Deep Koamaru. HEX triplet: 32, 35 and 59. RGB value is (50,53,89). Sum of RGB (Red+Green+Blue) = 50+53+89=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #323559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323559 is #CDCAA6. Grayscale: #383838. Windows color (decimal): -13486759 or 5846322. OLE color: 5846322.
HSL color Cylindrical-coordinate representation of color #323559: hue angle of 235.38º 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 #323559 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 53 | 89 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.65 |
| HSL | 235.38º | 0.28% | 0.27% | - |
| HSV(B) | 235.38º | 0.44% | 0.35% | - |
| XYZ | 4.39 | 3.95 | 9.98 | - |
| YUV | 56.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 89 | 0.44 | 0.40 | 0 | 0.65 | 235.38 | 0.28 | 0.27 |
| Hex | 32 | 35 | 59 | 2C | 28 | 0 | 41 | EB | 1C | 1B |
| Octal | 62 | 65 | 131 | 54 | 50 | 0 | 101 | 353 | 34 | 33 |
| Binary | 110010 | 110101 | 1011001 | 101100 | 101000 | 0 | 1000001 | 11101011 | 11100 | 11011 |
Color Harmonies of #323559
Complementary color
Monochromatic Colors of #323559
Black with #323559
Text Example
Text Example
White with #323559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323559; }
p { color: rgb(50,53,89); }
H1.HeaderClassName
{
color: #323559;
}
.AnyTagClassName
{
color: #323559;
}
</style>
background-color css
<style>
a { background-color: #323559; }
a { background-color: rgb(50,53,89); }
div.DivClassName
{
background-color: #323559;
}
.BgClassName
{
background-color: #323559;
}
</style>
border-color css
<style>
span { border-color: #323559; }
span { border-color: rgb(50,53,89); }
td.TdClassName
{
border-color: #323559;
}
.TagClassName
{
border-color: #323559;
}
</style>