Shades of Rhino #344356
Tints of Rhino #344356
RGB
CMYK
RGB Variations
Color information
#344356 (or 0x344356) is known color: Rhino. HEX triplet: 34, 43 and 56. RGB value is (52,67,86). Sum of RGB (Red+Green+Blue) = 52+67+86=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #344356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344356 is #CBBCA9. Grayscale: #404040. Windows color (decimal): -13352106 or 5653300. OLE color: 5653300.
HSL color Cylindrical-coordinate representation of color #344356: hue angle of 213.53º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344356 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 67 | 86 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.66 |
| HSL | 213.53º | 0.25% | 0.27% | - |
| HSV(B) | 213.53º | 0.4% | 0.34% | - |
| XYZ | 5.1 | 5.42 | 9.58 | - |
| YUV | 64.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 86 | 0.40 | 0.22 | 0 | 0.66 | 213.53 | 0.25 | 0.27 |
| Hex | 34 | 43 | 56 | 28 | 16 | 0 | 42 | D6 | 19 | 1B |
| Octal | 64 | 103 | 126 | 50 | 26 | 0 | 102 | 326 | 31 | 33 |
| Binary | 110100 | 1000011 | 1010110 | 101000 | 10110 | 0 | 1000010 | 11010110 | 11001 | 11011 |
Color Harmonies of #344356
Complementary color
Monochromatic Colors of #344356
Black with #344356
Text Example
Text Example
White with #344356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344356; }
p { color: rgb(52,67,86); }
H1.HeaderClassName
{
color: #344356;
}
.AnyTagClassName
{
color: #344356;
}
</style>
background-color css
<style>
a { background-color: #344356; }
a { background-color: rgb(52,67,86); }
div.DivClassName
{
background-color: #344356;
}
.BgClassName
{
background-color: #344356;
}
</style>
border-color css
<style>
span { border-color: #344356; }
span { border-color: rgb(52,67,86); }
td.TdClassName
{
border-color: #344356;
}
.TagClassName
{
border-color: #344356;
}
</style>