Shades of Deep Koamaru #353861
Tints of Deep Koamaru #353861
RGB
CMYK
RGB Variations
Color information
#353861 (or 0x353861) is known color: Deep Koamaru. HEX triplet: 35, 38 and 61. RGB value is (53,56,97). Sum of RGB (Red+Green+Blue) = 53+56+97=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #353861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353861 is #CAC79E. Grayscale: #3B3B3B. Windows color (decimal): -13289375 or 6371381. OLE color: 6371381.
HSL color Cylindrical-coordinate representation of color #353861: hue angle of 235.91º 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 #353861 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 56 | 97 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.62 |
| HSL | 235.91º | 0.29% | 0.29% | - |
| HSV(B) | 235.91º | 0.45% | 0.38% | - |
| XYZ | 5.04 | 4.45 | 11.9 | - |
| YUV | 59.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 97 | 0.45 | 0.42 | 0 | 0.62 | 235.91 | 0.29 | 0.29 |
| Hex | 35 | 38 | 61 | 2D | 2A | 0 | 3E | EC | 1D | 1D |
| Octal | 65 | 70 | 141 | 55 | 52 | 0 | 76 | 354 | 35 | 35 |
| Binary | 110101 | 111000 | 1100001 | 101101 | 101010 | 0 | 111110 | 11101100 | 11101 | 11101 |
Color Harmonies of #353861
Complementary color
Monochromatic Colors of #353861
Black with #353861
Text Example
Text Example
White with #353861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353861; }
p { color: rgb(53,56,97); }
H1.HeaderClassName
{
color: #353861;
}
.AnyTagClassName
{
color: #353861;
}
</style>
background-color css
<style>
a { background-color: #353861; }
a { background-color: rgb(53,56,97); }
div.DivClassName
{
background-color: #353861;
}
.BgClassName
{
background-color: #353861;
}
</style>
border-color css
<style>
span { border-color: #353861; }
span { border-color: rgb(53,56,97); }
td.TdClassName
{
border-color: #353861;
}
.TagClassName
{
border-color: #353861;
}
</style>