Shades of Rhino #3C434F
Tints of Rhino #3C434F
RGB
CMYK
RGB Variations
Color information
#3C434F (or 0x3C434F) is known color: Rhino. HEX triplet: 3C, 43 and 4F. RGB value is (60,67,79). Sum of RGB (Red+Green+Blue) = 60+67+79=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C434F is #C3BCB0. Grayscale: #424242. Windows color (decimal): -12827825 or 5194556. OLE color: 5194556.
HSL color Cylindrical-coordinate representation of color #3C434F: hue angle of 217.89º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3C434F is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 67 | 79 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.69 |
| HSL | 217.89º | 0.14% | 0.27% | - |
| HSV(B) | 217.89º | 0.24% | 0.31% | - |
| XYZ | 5.28 | 5.54 | 8.19 | - |
| YUV | 66.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 79 | 0.24 | 0.15 | 0 | 0.69 | 217.89 | 0.14 | 0.27 |
| Hex | 3C | 43 | 4F | 18 | F | 0 | 45 | DA | E | 1B |
| Octal | 74 | 103 | 117 | 30 | 17 | 0 | 105 | 332 | 16 | 33 |
| Binary | 111100 | 1000011 | 1001111 | 11000 | 1111 | 0 | 1000101 | 11011010 | 1110 | 11011 |
Color Harmonies of #3C434F
Complementary color
Monochromatic Colors of #3C434F
Black with #3C434F
Text Example
Text Example
White with #3C434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C434F; }
p { color: rgb(60,67,79); }
H1.HeaderClassName
{
color: #3C434F;
}
.AnyTagClassName
{
color: #3C434F;
}
</style>
background-color css
<style>
a { background-color: #3C434F; }
a { background-color: rgb(60,67,79); }
div.DivClassName
{
background-color: #3C434F;
}
.BgClassName
{
background-color: #3C434F;
}
</style>
border-color css
<style>
span { border-color: #3C434F; }
span { border-color: rgb(60,67,79); }
td.TdClassName
{
border-color: #3C434F;
}
.TagClassName
{
border-color: #3C434F;
}
</style>