Shades of Cello #344C64
Tints of Cello #344C64
RGB
CMYK
RGB Variations
Color information
#344C64 (or 0x344C64) is known color: Cello. HEX triplet: 34, 4C and 64. RGB value is (52,76,100). Sum of RGB (Red+Green+Blue) = 52+76+100=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 100 - color contains mainly: blue. Hex color #344C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C64 is #CBB39B. Grayscale: #474747. Windows color (decimal): -13349788 or 6573108. OLE color: 6573108.
HSL color Cylindrical-coordinate representation of color #344C64: hue angle of 210º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #344C64 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 76 | 100 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.61 |
| HSL | 210º | 0.32% | 0.3% | - |
| HSV(B) | 210º | 0.48% | 0.39% | - |
| XYZ | 6.3 | 6.82 | 13.04 | - |
| YUV | 71.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 100 | 0.48 | 0.24 | 0 | 0.61 | 210 | 0.32 | 0.3 |
| Hex | 34 | 4C | 64 | 30 | 18 | 0 | 3D | D2 | 20 | 1E |
| Octal | 64 | 114 | 144 | 60 | 30 | 0 | 75 | 322 | 40 | 36 |
| Binary | 110100 | 1001100 | 1100100 | 110000 | 11000 | 0 | 111101 | 11010010 | 100000 | 11110 |
Color Harmonies of #344C64
Complementary color
Monochromatic Colors of #344C64
Black with #344C64
Text Example
Text Example
White with #344C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C64; }
p { color: rgb(52,76,100); }
H1.HeaderClassName
{
color: #344C64;
}
.AnyTagClassName
{
color: #344C64;
}
</style>
background-color css
<style>
a { background-color: #344C64; }
a { background-color: rgb(52,76,100); }
div.DivClassName
{
background-color: #344C64;
}
.BgClassName
{
background-color: #344C64;
}
</style>
border-color css
<style>
span { border-color: #344C64; }
span { border-color: rgb(52,76,100); }
td.TdClassName
{
border-color: #344C64;
}
.TagClassName
{
border-color: #344C64;
}
</style>