Shades of Deep Koamaru #353860
Tints of Deep Koamaru #353860
RGB
CMYK
RGB Variations
Color information
#353860 (or 0x353860) is known color: Deep Koamaru. HEX triplet: 35, 38 and 60. RGB value is (53,56,96). Sum of RGB (Red+Green+Blue) = 53+56+96=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #353860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353860 is #CAC79F. Grayscale: #3B3B3B. Windows color (decimal): -13289376 or 6305845. OLE color: 6305845.
HSL color Cylindrical-coordinate representation of color #353860: hue angle of 235.81º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #353860 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 56 | 96 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.62 |
| HSL | 235.81º | 0.29% | 0.29% | - |
| HSV(B) | 235.81º | 0.45% | 0.38% | - |
| XYZ | 4.99 | 4.43 | 11.66 | - |
| YUV | 59.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 96 | 0.45 | 0.42 | 0 | 0.62 | 235.81 | 0.29 | 0.29 |
| Hex | 35 | 38 | 60 | 2D | 2A | 0 | 3E | EC | 1D | 1D |
| Octal | 65 | 70 | 140 | 55 | 52 | 0 | 76 | 354 | 35 | 35 |
| Binary | 110101 | 111000 | 1100000 | 101101 | 101010 | 0 | 111110 | 11101100 | 11101 | 11101 |
Color Harmonies of #353860
Complementary color
Monochromatic Colors of #353860
Black with #353860
Text Example
Text Example
White with #353860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353860; }
p { color: rgb(53,56,96); }
H1.HeaderClassName
{
color: #353860;
}
.AnyTagClassName
{
color: #353860;
}
</style>
background-color css
<style>
a { background-color: #353860; }
a { background-color: rgb(53,56,96); }
div.DivClassName
{
background-color: #353860;
}
.BgClassName
{
background-color: #353860;
}
</style>
border-color css
<style>
span { border-color: #353860; }
span { border-color: rgb(53,56,96); }
td.TdClassName
{
border-color: #353860;
}
.TagClassName
{
border-color: #353860;
}
</style>