Shades of Cello #344B63
Tints of Cello #344B63
RGB
CMYK
RGB Variations
Color information
#344B63 (or 0x344B63) is known color: Cello. HEX triplet: 34, 4B and 63. RGB value is (52,75,99). Sum of RGB (Red+Green+Blue) = 52+75+99=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #344B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B63 is #CBB49C. Grayscale: #464646. Windows color (decimal): -13350045 or 6507316. OLE color: 6507316.
HSL color Cylindrical-coordinate representation of color #344B63: hue angle of 210.64º 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 #344B63 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 75 | 99 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.61 |
| HSL | 210.64º | 0.31% | 0.3% | - |
| HSV(B) | 210.64º | 0.47% | 0.39% | - |
| XYZ | 6.18 | 6.66 | 12.76 | - |
| YUV | 70.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 99 | 0.47 | 0.24 | 0 | 0.61 | 210.64 | 0.31 | 0.3 |
| Hex | 34 | 4B | 63 | 2F | 18 | 0 | 3D | D3 | 1F | 1E |
| Octal | 64 | 113 | 143 | 57 | 30 | 0 | 75 | 323 | 37 | 36 |
| Binary | 110100 | 1001011 | 1100011 | 101111 | 11000 | 0 | 111101 | 11010011 | 11111 | 11110 |
Color Harmonies of #344B63
Complementary color
Monochromatic Colors of #344B63
Black with #344B63
Text Example
Text Example
White with #344B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B63; }
p { color: rgb(52,75,99); }
H1.HeaderClassName
{
color: #344B63;
}
.AnyTagClassName
{
color: #344B63;
}
</style>
background-color css
<style>
a { background-color: #344B63; }
a { background-color: rgb(52,75,99); }
div.DivClassName
{
background-color: #344B63;
}
.BgClassName
{
background-color: #344B63;
}
</style>
border-color css
<style>
span { border-color: #344B63; }
span { border-color: rgb(52,75,99); }
td.TdClassName
{
border-color: #344B63;
}
.TagClassName
{
border-color: #344B63;
}
</style>