Shades of Cello #344E63
Tints of Cello #344E63
RGB
CMYK
RGB Variations
Color information
#344E63 (or 0x344E63) is known color: Cello. HEX triplet: 34, 4E and 63. RGB value is (52,78,99). Sum of RGB (Red+Green+Blue) = 52+78+99=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #344E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E63 is #CBB19C. Grayscale: #484848. Windows color (decimal): -13349277 or 6508084. OLE color: 6508084.
HSL color Cylindrical-coordinate representation of color #344E63: hue angle of 206.81º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #344E63 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 78 | 99 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.61 |
| HSL | 206.81º | 0.31% | 0.3% | - |
| HSV(B) | 206.81º | 0.47% | 0.39% | - |
| XYZ | 6.39 | 7.08 | 12.83 | - |
| YUV | 72.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 99 | 0.47 | 0.21 | 0 | 0.61 | 206.81 | 0.31 | 0.3 |
| Hex | 34 | 4E | 63 | 2F | 15 | 0 | 3D | CF | 1F | 1E |
| Octal | 64 | 116 | 143 | 57 | 25 | 0 | 75 | 317 | 37 | 36 |
| Binary | 110100 | 1001110 | 1100011 | 101111 | 10101 | 0 | 111101 | 11001111 | 11111 | 11110 |
Color Harmonies of #344E63
Complementary color
Monochromatic Colors of #344E63
Black with #344E63
Text Example
Text Example
White with #344E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E63; }
p { color: rgb(52,78,99); }
H1.HeaderClassName
{
color: #344E63;
}
.AnyTagClassName
{
color: #344E63;
}
</style>
background-color css
<style>
a { background-color: #344E63; }
a { background-color: rgb(52,78,99); }
div.DivClassName
{
background-color: #344E63;
}
.BgClassName
{
background-color: #344E63;
}
</style>
border-color css
<style>
span { border-color: #344E63; }
span { border-color: rgb(52,78,99); }
td.TdClassName
{
border-color: #344E63;
}
.TagClassName
{
border-color: #344E63;
}
</style>