Shades of Rhino #334458
Tints of Rhino #334458
RGB
CMYK
RGB Variations
Color information
#334458 (or 0x334458) is known color: Rhino. HEX triplet: 33, 44 and 58. RGB value is (51,68,88). Sum of RGB (Red+Green+Blue) = 51+68+88=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #334458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334458 is #CCBBA7. Grayscale: #414141. Windows color (decimal): -13417384 or 5784627. OLE color: 5784627.
HSL color Cylindrical-coordinate representation of color #334458: hue angle of 212.43º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334458 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 68 | 88 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.65 |
| HSL | 212.43º | 0.27% | 0.27% | - |
| HSV(B) | 212.43º | 0.42% | 0.35% | - |
| XYZ | 5.19 | 5.54 | 10.03 | - |
| YUV | 65.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 88 | 0.42 | 0.23 | 0 | 0.65 | 212.43 | 0.27 | 0.27 |
| Hex | 33 | 44 | 58 | 2A | 17 | 0 | 41 | D4 | 1B | 1B |
| Octal | 63 | 104 | 130 | 52 | 27 | 0 | 101 | 324 | 33 | 33 |
| Binary | 110011 | 1000100 | 1011000 | 101010 | 10111 | 0 | 1000001 | 11010100 | 11011 | 11011 |
Color Harmonies of #334458
Complementary color
Monochromatic Colors of #334458
Black with #334458
Text Example
Text Example
White with #334458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334458; }
p { color: rgb(51,68,88); }
H1.HeaderClassName
{
color: #334458;
}
.AnyTagClassName
{
color: #334458;
}
</style>
background-color css
<style>
a { background-color: #334458; }
a { background-color: rgb(51,68,88); }
div.DivClassName
{
background-color: #334458;
}
.BgClassName
{
background-color: #334458;
}
</style>
border-color css
<style>
span { border-color: #334458; }
span { border-color: rgb(51,68,88); }
td.TdClassName
{
border-color: #334458;
}
.TagClassName
{
border-color: #334458;
}
</style>