Shades of Rhino #3E4B5B
Tints of Rhino #3E4B5B
RGB
CMYK
RGB Variations
Color information
#3E4B5B (or 0x3E4B5B) is known color: Rhino. HEX triplet: 3E, 4B and 5B. RGB value is (62,75,91). Sum of RGB (Red+Green+Blue) = 62+75+91=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E4B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4B5B is #C1B4A4. Grayscale: #484848. Windows color (decimal): -12694693 or 5983038. OLE color: 5983038.
HSL color Cylindrical-coordinate representation of color #3E4B5B: hue angle of 213.1º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E4B5B is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 62 | 75 | 91 | - |
CMYK | 0.32 | 0.18 | 0 | 0.64 |
HSL | 213.1º | 0.19% | 0.3% | - |
HSV(B) | 213.1º | 0.32% | 0.36% | - |
XYZ | 6.39 | 6.81 | 10.88 | - |
YUV | 72.94 | 138.19 | 120.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 75 | 91 | 0.32 | 0.18 | 0 | 0.64 | 213.1 | 0.19 | 0.3 |
Hex | 3E | 4B | 5B | 20 | 12 | 0 | 40 | D5 | 13 | 1E |
Octal | 76 | 113 | 133 | 40 | 22 | 0 | 100 | 325 | 23 | 36 |
Binary | 111110 | 1001011 | 1011011 | 100000 | 10010 | 0 | 1000000 | 11010101 | 10011 | 11110 |
Color Harmonies of #3E4B5B
Complementary color
Monochromatic Colors of #3E4B5B
Black with #3E4B5B
Text Example
Text Example
White with #3E4B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4B5B; }
p { color: rgb(62,75,91); }
H1.HeaderClassName
{
color: #3E4B5B;
}
.AnyTagClassName
{
color: #3E4B5B;
}
</style>
background-color css
<style>
a { background-color: #3E4B5B; }
a { background-color: rgb(62,75,91); }
div.DivClassName
{
background-color: #3E4B5B;
}
.BgClassName
{
background-color: #3E4B5B;
}
</style>
border-color css
<style>
span { border-color: #3E4B5B; }
span { border-color: rgb(62,75,91); }
td.TdClassName
{
border-color: #3E4B5B;
}
.TagClassName
{
border-color: #3E4B5B;
}
</style>