Shades of Rhino #354253
Tints of Rhino #354253
RGB
CMYK
RGB Variations
Color information
#354253 (or 0x354253) is known color: Rhino. HEX triplet: 35, 42 and 53. RGB value is (53,66,83). Sum of RGB (Red+Green+Blue) = 53+66+83=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #354253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354253 is #CABDAC. Grayscale: #3F3F3F. Windows color (decimal): -13286829 or 5456437. OLE color: 5456437.
HSL color Cylindrical-coordinate representation of color #354253: hue angle of 214º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #354253 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 66 | 83 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.67 |
| HSL | 214º | 0.22% | 0.27% | - |
| HSV(B) | 214º | 0.36% | 0.33% | - |
| XYZ | 4.98 | 5.28 | 8.94 | - |
| YUV | 64.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 83 | 0.36 | 0.20 | 0 | 0.67 | 214 | 0.22 | 0.27 |
| Hex | 35 | 42 | 53 | 24 | 14 | 0 | 43 | D6 | 16 | 1B |
| Octal | 65 | 102 | 123 | 44 | 24 | 0 | 103 | 326 | 26 | 33 |
| Binary | 110101 | 1000010 | 1010011 | 100100 | 10100 | 0 | 1000011 | 11010110 | 10110 | 11011 |
Color Harmonies of #354253
Complementary color
Monochromatic Colors of #354253
Black with #354253
Text Example
Text Example
White with #354253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354253; }
p { color: rgb(53,66,83); }
H1.HeaderClassName
{
color: #354253;
}
.AnyTagClassName
{
color: #354253;
}
</style>
background-color css
<style>
a { background-color: #354253; }
a { background-color: rgb(53,66,83); }
div.DivClassName
{
background-color: #354253;
}
.BgClassName
{
background-color: #354253;
}
</style>
border-color css
<style>
span { border-color: #354253; }
span { border-color: rgb(53,66,83); }
td.TdClassName
{
border-color: #354253;
}
.TagClassName
{
border-color: #354253;
}
</style>