Shades of Rhino #3D495C
Tints of Rhino #3D495C
RGB
CMYK
RGB Variations
Color information
#3D495C (or 0x3D495C) is known color: Rhino. HEX triplet: 3D, 49 and 5C. RGB value is (61,73,92). Sum of RGB (Red+Green+Blue) = 61+73+92=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #3D495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D495C is #C2B6A3. Grayscale: #474747. Windows color (decimal): -12760740 or 6048061. OLE color: 6048061.
HSL color Cylindrical-coordinate representation of color #3D495C: hue angle of 216.77º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D495C is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 73 | 92 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.64 |
| HSL | 216.77º | 0.2% | 0.3% | - |
| HSV(B) | 216.77º | 0.34% | 0.36% | - |
| XYZ | 6.24 | 6.53 | 11.06 | - |
| YUV | 71.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 92 | 0.34 | 0.21 | 0 | 0.64 | 216.77 | 0.2 | 0.3 |
| Hex | 3D | 49 | 5C | 22 | 15 | 0 | 40 | D9 | 14 | 1E |
| Octal | 75 | 111 | 134 | 42 | 25 | 0 | 100 | 331 | 24 | 36 |
| Binary | 111101 | 1001001 | 1011100 | 100010 | 10101 | 0 | 1000000 | 11011001 | 10100 | 11110 |
Color Harmonies of #3D495C
Complementary color
Monochromatic Colors of #3D495C
Black with #3D495C
Text Example
Text Example
White with #3D495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D495C; }
p { color: rgb(61,73,92); }
H1.HeaderClassName
{
color: #3D495C;
}
.AnyTagClassName
{
color: #3D495C;
}
</style>
background-color css
<style>
a { background-color: #3D495C; }
a { background-color: rgb(61,73,92); }
div.DivClassName
{
background-color: #3D495C;
}
.BgClassName
{
background-color: #3D495C;
}
</style>
border-color css
<style>
span { border-color: #3D495C; }
span { border-color: rgb(61,73,92); }
td.TdClassName
{
border-color: #3D495C;
}
.TagClassName
{
border-color: #3D495C;
}
</style>