Shades of Rhino #3D485B
Tints of Rhino #3D485B
RGB
CMYK
RGB Variations
Color information
#3D485B (or 0x3D485B) is known color: Rhino. HEX triplet: 3D, 48 and 5B. RGB value is (61,72,91). Sum of RGB (Red+Green+Blue) = 61+72+91=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D485B is #C2B7A4. Grayscale: #464646. Windows color (decimal): -12760997 or 5982269. OLE color: 5982269.
HSL color Cylindrical-coordinate representation of color #3D485B: hue angle of 218º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D485B is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 72 | 91 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.64 |
| HSL | 218º | 0.2% | 0.3% | - |
| HSV(B) | 218º | 0.33% | 0.36% | - |
| XYZ | 6.13 | 6.38 | 10.81 | - |
| YUV | 70.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 91 | 0.33 | 0.21 | 0 | 0.64 | 218 | 0.2 | 0.3 |
| Hex | 3D | 48 | 5B | 21 | 15 | 0 | 40 | DA | 14 | 1E |
| Octal | 75 | 110 | 133 | 41 | 25 | 0 | 100 | 332 | 24 | 36 |
| Binary | 111101 | 1001000 | 1011011 | 100001 | 10101 | 0 | 1000000 | 11011010 | 10100 | 11110 |
Color Harmonies of #3D485B
Complementary color
Monochromatic Colors of #3D485B
Black with #3D485B
Text Example
Text Example
White with #3D485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D485B; }
p { color: rgb(61,72,91); }
H1.HeaderClassName
{
color: #3D485B;
}
.AnyTagClassName
{
color: #3D485B;
}
</style>
background-color css
<style>
a { background-color: #3D485B; }
a { background-color: rgb(61,72,91); }
div.DivClassName
{
background-color: #3D485B;
}
.BgClassName
{
background-color: #3D485B;
}
</style>
border-color css
<style>
span { border-color: #3D485B; }
span { border-color: rgb(61,72,91); }
td.TdClassName
{
border-color: #3D485B;
}
.TagClassName
{
border-color: #3D485B;
}
</style>