Shades of Rhino #374250
Tints of Rhino #374250
RGB
CMYK
RGB Variations
Color information
#374250 (or 0x374250) is known color: Rhino. HEX triplet: 37, 42 and 50. RGB value is (55,66,80). Sum of RGB (Red+Green+Blue) = 55+66+80=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #374250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374250 is #C8BDAF. Grayscale: #404040. Windows color (decimal): -13155760 or 5259831. OLE color: 5259831.
HSL color Cylindrical-coordinate representation of color #374250: hue angle of 213.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #374250 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 66 | 80 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.69 |
| HSL | 213.6º | 0.19% | 0.26% | - |
| HSV(B) | 213.6º | 0.31% | 0.31% | - |
| XYZ | 4.97 | 5.29 | 8.35 | - |
| YUV | 64.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 80 | 0.31 | 0.17 | 0 | 0.69 | 213.6 | 0.19 | 0.26 |
| Hex | 37 | 42 | 50 | 1F | 11 | 0 | 45 | D6 | 13 | 1A |
| Octal | 67 | 102 | 120 | 37 | 21 | 0 | 105 | 326 | 23 | 32 |
| Binary | 110111 | 1000010 | 1010000 | 11111 | 10001 | 0 | 1000101 | 11010110 | 10011 | 11010 |
Color Harmonies of #374250
Complementary color
Monochromatic Colors of #374250
Black with #374250
Text Example
Text Example
White with #374250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374250; }
p { color: rgb(55,66,80); }
H1.HeaderClassName
{
color: #374250;
}
.AnyTagClassName
{
color: #374250;
}
</style>
background-color css
<style>
a { background-color: #374250; }
a { background-color: rgb(55,66,80); }
div.DivClassName
{
background-color: #374250;
}
.BgClassName
{
background-color: #374250;
}
</style>
border-color css
<style>
span { border-color: #374250; }
span { border-color: rgb(55,66,80); }
td.TdClassName
{
border-color: #374250;
}
.TagClassName
{
border-color: #374250;
}
</style>