Shades of Cello #344657
Tints of Cello #344657
RGB
CMYK
RGB Variations
Color information
#344657 (or 0x344657) is known color: Cello. HEX triplet: 34, 46 and 57. RGB value is (52,70,87). Sum of RGB (Red+Green+Blue) = 52+70+87=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #344657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344657 is #CBB9A8. Grayscale: #424242. Windows color (decimal): -13351337 or 5719604. OLE color: 5719604.
HSL color Cylindrical-coordinate representation of color #344657: hue angle of 209.14º 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 #344657 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 70 | 87 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.66 |
| HSL | 209.14º | 0.25% | 0.27% | - |
| HSV(B) | 209.14º | 0.4% | 0.34% | - |
| XYZ | 5.33 | 5.8 | 9.86 | - |
| YUV | 66.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 87 | 0.40 | 0.20 | 0 | 0.66 | 209.14 | 0.25 | 0.27 |
| Hex | 34 | 46 | 57 | 28 | 14 | 0 | 42 | D1 | 19 | 1B |
| Octal | 64 | 106 | 127 | 50 | 24 | 0 | 102 | 321 | 31 | 33 |
| Binary | 110100 | 1000110 | 1010111 | 101000 | 10100 | 0 | 1000010 | 11010001 | 11001 | 11011 |
Color Harmonies of #344657
Complementary color
Monochromatic Colors of #344657
Black with #344657
Text Example
Text Example
White with #344657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344657; }
p { color: rgb(52,70,87); }
H1.HeaderClassName
{
color: #344657;
}
.AnyTagClassName
{
color: #344657;
}
</style>
background-color css
<style>
a { background-color: #344657; }
a { background-color: rgb(52,70,87); }
div.DivClassName
{
background-color: #344657;
}
.BgClassName
{
background-color: #344657;
}
</style>
border-color css
<style>
span { border-color: #344657; }
span { border-color: rgb(52,70,87); }
td.TdClassName
{
border-color: #344657;
}
.TagClassName
{
border-color: #344657;
}
</style>