Shades of Deep Koamaru #353966
Tints of Deep Koamaru #353966
RGB
CMYK
RGB Variations
Color information
#353966 (or 0x353966) is known color: Deep Koamaru. HEX triplet: 35, 39 and 66. RGB value is (53,57,102). Sum of RGB (Red+Green+Blue) = 53+57+102=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #353966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353966 is #CAC699. Grayscale: #3C3C3C. Windows color (decimal): -13289114 or 6699317. OLE color: 6699317.
HSL color Cylindrical-coordinate representation of color #353966: hue angle of 235.1º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #353966 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 57 | 102 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.6 |
| HSL | 235.1º | 0.32% | 0.3% | - |
| HSV(B) | 235.1º | 0.48% | 0.4% | - |
| XYZ | 5.33 | 4.64 | 13.19 | - |
| YUV | 60.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 102 | 0.48 | 0.44 | 0 | 0.6 | 235.1 | 0.32 | 0.3 |
| Hex | 35 | 39 | 66 | 30 | 2C | 0 | 3C | EB | 20 | 1E |
| Octal | 65 | 71 | 146 | 60 | 54 | 0 | 74 | 353 | 40 | 36 |
| Binary | 110101 | 111001 | 1100110 | 110000 | 101100 | 0 | 111100 | 11101011 | 100000 | 11110 |
Color Harmonies of #353966
Complementary color
Monochromatic Colors of #353966
Black with #353966
Text Example
Text Example
White with #353966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353966; }
p { color: rgb(53,57,102); }
H1.HeaderClassName
{
color: #353966;
}
.AnyTagClassName
{
color: #353966;
}
</style>
background-color css
<style>
a { background-color: #353966; }
a { background-color: rgb(53,57,102); }
div.DivClassName
{
background-color: #353966;
}
.BgClassName
{
background-color: #353966;
}
</style>
border-color css
<style>
span { border-color: #353966; }
span { border-color: rgb(53,57,102); }
td.TdClassName
{
border-color: #353966;
}
.TagClassName
{
border-color: #353966;
}
</style>