Shades of Rhino #3D4553
Tints of Rhino #3D4553
RGB
CMYK
RGB Variations
Color information
#3D4553 (or 0x3D4553) is known color: Rhino. HEX triplet: 3D, 45 and 53. RGB value is (61,69,83). Sum of RGB (Red+Green+Blue) = 61+69+83=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D4553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4553 is #C2BAAC. Grayscale: #444444. Windows color (decimal): -12761773 or 5457213. OLE color: 5457213.
HSL color Cylindrical-coordinate representation of color #3D4553: hue angle of 218.18º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4553 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 69 | 83 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.67 |
| HSL | 218.18º | 0.15% | 0.28% | - |
| HSV(B) | 218.18º | 0.27% | 0.33% | - |
| XYZ | 5.61 | 5.87 | 9.02 | - |
| YUV | 68.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 83 | 0.27 | 0.17 | 0 | 0.67 | 218.18 | 0.15 | 0.28 |
| Hex | 3D | 45 | 53 | 1B | 11 | 0 | 43 | DA | F | 1C |
| Octal | 75 | 105 | 123 | 33 | 21 | 0 | 103 | 332 | 17 | 34 |
| Binary | 111101 | 1000101 | 1010011 | 11011 | 10001 | 0 | 1000011 | 11011010 | 1111 | 11100 |
Color Harmonies of #3D4553
Complementary color
Monochromatic Colors of #3D4553
Black with #3D4553
Text Example
Text Example
White with #3D4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4553; }
p { color: rgb(61,69,83); }
H1.HeaderClassName
{
color: #3D4553;
}
.AnyTagClassName
{
color: #3D4553;
}
</style>
background-color css
<style>
a { background-color: #3D4553; }
a { background-color: rgb(61,69,83); }
div.DivClassName
{
background-color: #3D4553;
}
.BgClassName
{
background-color: #3D4553;
}
</style>
border-color css
<style>
span { border-color: #3D4553; }
span { border-color: rgb(61,69,83); }
td.TdClassName
{
border-color: #3D4553;
}
.TagClassName
{
border-color: #3D4553;
}
</style>