Shades of Deep Koamaru #353559
Tints of Deep Koamaru #353559
RGB
CMYK
RGB Variations
Color information
#353559 (or 0x353559) is known color: Deep Koamaru. HEX triplet: 35, 35 and 59. RGB value is (53,53,89). Sum of RGB (Red+Green+Blue) = 53+53+89=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #353559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353559 is #CACAA6. Grayscale: #383838. Windows color (decimal): -13290151 or 5846325. OLE color: 5846325.
HSL color Cylindrical-coordinate representation of color #353559: hue angle of 240º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353559 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 53 | 89 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.65 |
| HSL | 240º | 0.25% | 0.28% | - |
| HSV(B) | 240º | 0.4% | 0.35% | - |
| XYZ | 4.54 | 4.02 | 9.99 | - |
| YUV | 57.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 89 | 0.40 | 0.40 | 0 | 0.65 | 240 | 0.25 | 0.28 |
| Hex | 35 | 35 | 59 | 28 | 28 | 0 | 41 | F0 | 19 | 1C |
| Octal | 65 | 65 | 131 | 50 | 50 | 0 | 101 | 360 | 31 | 34 |
| Binary | 110101 | 110101 | 1011001 | 101000 | 101000 | 0 | 1000001 | 11110000 | 11001 | 11100 |
Color Harmonies of #353559
Complementary color
Monochromatic Colors of #353559
Black with #353559
Text Example
Text Example
White with #353559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353559; }
p { color: rgb(53,53,89); }
H1.HeaderClassName
{
color: #353559;
}
.AnyTagClassName
{
color: #353559;
}
</style>
background-color css
<style>
a { background-color: #353559; }
a { background-color: rgb(53,53,89); }
div.DivClassName
{
background-color: #353559;
}
.BgClassName
{
background-color: #353559;
}
</style>
border-color css
<style>
span { border-color: #353559; }
span { border-color: rgb(53,53,89); }
td.TdClassName
{
border-color: #353559;
}
.TagClassName
{
border-color: #353559;
}
</style>