Shades of Deep Koamaru #353657
Tints of Deep Koamaru #353657
RGB
CMYK
RGB Variations
Color information
#353657 (or 0x353657) is known color: Deep Koamaru. HEX triplet: 35, 36 and 57. RGB value is (53,54,87). Sum of RGB (Red+Green+Blue) = 53+54+87=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #353657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353657 is #CAC9A8. Grayscale: #393939. Windows color (decimal): -13289897 or 5715509. OLE color: 5715509.
HSL color Cylindrical-coordinate representation of color #353657: hue angle of 238.24º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #353657 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 54 | 87 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.66 |
| HSL | 238.24º | 0.24% | 0.27% | - |
| HSV(B) | 238.24º | 0.39% | 0.34% | - |
| XYZ | 4.51 | 4.08 | 9.57 | - |
| YUV | 57.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 87 | 0.39 | 0.38 | 0 | 0.66 | 238.24 | 0.24 | 0.27 |
| Hex | 35 | 36 | 57 | 27 | 26 | 0 | 42 | EE | 18 | 1B |
| Octal | 65 | 66 | 127 | 47 | 46 | 0 | 102 | 356 | 30 | 33 |
| Binary | 110101 | 110110 | 1010111 | 100111 | 100110 | 0 | 1000010 | 11101110 | 11000 | 11011 |
Color Harmonies of #353657
Complementary color
Monochromatic Colors of #353657
Black with #353657
Text Example
Text Example
White with #353657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353657; }
p { color: rgb(53,54,87); }
H1.HeaderClassName
{
color: #353657;
}
.AnyTagClassName
{
color: #353657;
}
</style>
background-color css
<style>
a { background-color: #353657; }
a { background-color: rgb(53,54,87); }
div.DivClassName
{
background-color: #353657;
}
.BgClassName
{
background-color: #353657;
}
</style>
border-color css
<style>
span { border-color: #353657; }
span { border-color: rgb(53,54,87); }
td.TdClassName
{
border-color: #353657;
}
.TagClassName
{
border-color: #353657;
}
</style>