Shades of Deep Koamaru #353757
Tints of Deep Koamaru #353757
RGB
CMYK
RGB Variations
Color information
#353757 (or 0x353757) is known color: Deep Koamaru. HEX triplet: 35, 37 and 57. RGB value is (53,55,87). Sum of RGB (Red+Green+Blue) = 53+55+87=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #353757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353757 is #CAC8A8. Grayscale: #393939. Windows color (decimal): -13289641 or 5715765. OLE color: 5715765.
HSL color Cylindrical-coordinate representation of color #353757: hue angle of 236.47º 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 #353757 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 55 | 87 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.66 |
| HSL | 236.47º | 0.24% | 0.27% | - |
| HSV(B) | 236.47º | 0.39% | 0.34% | - |
| XYZ | 4.55 | 4.18 | 9.58 | - |
| YUV | 58.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 87 | 0.39 | 0.37 | 0 | 0.66 | 236.47 | 0.24 | 0.27 |
| Hex | 35 | 37 | 57 | 27 | 25 | 0 | 42 | EC | 18 | 1B |
| Octal | 65 | 67 | 127 | 47 | 45 | 0 | 102 | 354 | 30 | 33 |
| Binary | 110101 | 110111 | 1010111 | 100111 | 100101 | 0 | 1000010 | 11101100 | 11000 | 11011 |
Color Harmonies of #353757
Complementary color
Monochromatic Colors of #353757
Black with #353757
Text Example
Text Example
White with #353757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353757; }
p { color: rgb(53,55,87); }
H1.HeaderClassName
{
color: #353757;
}
.AnyTagClassName
{
color: #353757;
}
</style>
background-color css
<style>
a { background-color: #353757; }
a { background-color: rgb(53,55,87); }
div.DivClassName
{
background-color: #353757;
}
.BgClassName
{
background-color: #353757;
}
</style>
border-color css
<style>
span { border-color: #353757; }
span { border-color: rgb(53,55,87); }
td.TdClassName
{
border-color: #353757;
}
.TagClassName
{
border-color: #353757;
}
</style>