Shades of Rhino #344454
Tints of Rhino #344454
RGB
CMYK
RGB Variations
Color information
#344454 (or 0x344454) is known color: Rhino. HEX triplet: 34, 44 and 54. RGB value is (52,68,84). Sum of RGB (Red+Green+Blue) = 52+68+84=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #344454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344454 is #CBBBAB. Grayscale: #404040. Windows color (decimal): -13351852 or 5522484. OLE color: 5522484.
HSL color Cylindrical-coordinate representation of color #344454: hue angle of 210º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344454 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 68 | 84 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.67 |
| HSL | 210º | 0.24% | 0.27% | - |
| HSV(B) | 210º | 0.38% | 0.33% | - |
| XYZ | 5.08 | 5.5 | 9.18 | - |
| YUV | 65.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 84 | 0.38 | 0.19 | 0 | 0.67 | 210 | 0.24 | 0.27 |
| Hex | 34 | 44 | 54 | 26 | 13 | 0 | 43 | D2 | 18 | 1B |
| Octal | 64 | 104 | 124 | 46 | 23 | 0 | 103 | 322 | 30 | 33 |
| Binary | 110100 | 1000100 | 1010100 | 100110 | 10011 | 0 | 1000011 | 11010010 | 11000 | 11011 |
Color Harmonies of #344454
Complementary color
Monochromatic Colors of #344454
Black with #344454
Text Example
Text Example
White with #344454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344454; }
p { color: rgb(52,68,84); }
H1.HeaderClassName
{
color: #344454;
}
.AnyTagClassName
{
color: #344454;
}
</style>
background-color css
<style>
a { background-color: #344454; }
a { background-color: rgb(52,68,84); }
div.DivClassName
{
background-color: #344454;
}
.BgClassName
{
background-color: #344454;
}
</style>
border-color css
<style>
span { border-color: #344454; }
span { border-color: rgb(52,68,84); }
td.TdClassName
{
border-color: #344454;
}
.TagClassName
{
border-color: #344454;
}
</style>