Shades of Rhino #3D4450
Tints of Rhino #3D4450
RGB
CMYK
RGB Variations
Color information
#3D4450 (or 0x3D4450) is known color: Rhino. HEX triplet: 3D, 44 and 50. RGB value is (61,68,80). Sum of RGB (Red+Green+Blue) = 61+68+80=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4450 is #C2BBAF. Grayscale: #434343. Windows color (decimal): -12762032 or 5260349. OLE color: 5260349.
HSL color Cylindrical-coordinate representation of color #3D4450: hue angle of 217.89º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D4450 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 68 | 80 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.69 |
| HSL | 217.89º | 0.13% | 0.28% | - |
| HSV(B) | 217.89º | 0.24% | 0.31% | - |
| XYZ | 5.44 | 5.71 | 8.4 | - |
| YUV | 67.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 80 | 0.24 | 0.15 | 0 | 0.69 | 217.89 | 0.13 | 0.28 |
| Hex | 3D | 44 | 50 | 18 | F | 0 | 45 | DA | D | 1C |
| Octal | 75 | 104 | 120 | 30 | 17 | 0 | 105 | 332 | 15 | 34 |
| Binary | 111101 | 1000100 | 1010000 | 11000 | 1111 | 0 | 1000101 | 11011010 | 1101 | 11100 |
Color Harmonies of #3D4450
Complementary color
Monochromatic Colors of #3D4450
Black with #3D4450
Text Example
Text Example
White with #3D4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4450; }
p { color: rgb(61,68,80); }
H1.HeaderClassName
{
color: #3D4450;
}
.AnyTagClassName
{
color: #3D4450;
}
</style>
background-color css
<style>
a { background-color: #3D4450; }
a { background-color: rgb(61,68,80); }
div.DivClassName
{
background-color: #3D4450;
}
.BgClassName
{
background-color: #3D4450;
}
</style>
border-color css
<style>
span { border-color: #3D4450; }
span { border-color: rgb(61,68,80); }
td.TdClassName
{
border-color: #3D4450;
}
.TagClassName
{
border-color: #3D4450;
}
</style>