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