Shades of Cello #344A5F
Tints of Cello #344A5F
RGB
CMYK
RGB Variations
Color information
#344A5F (or 0x344A5F) is known color: Cello. HEX triplet: 34, 4A and 5F. RGB value is (52,74,95). Sum of RGB (Red+Green+Blue) = 52+74+95=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #344A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A5F is #CBB5A0. Grayscale: #454545. Windows color (decimal): -13350305 or 6244916. OLE color: 6244916.
HSL color Cylindrical-coordinate representation of color #344A5F: hue angle of 209.3º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #344A5F is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 74 | 95 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.63 |
| HSL | 209.3º | 0.29% | 0.29% | - |
| HSV(B) | 209.3º | 0.45% | 0.37% | - |
| XYZ | 5.93 | 6.45 | 11.76 | - |
| YUV | 69.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 95 | 0.45 | 0.22 | 0 | 0.63 | 209.3 | 0.29 | 0.29 |
| Hex | 34 | 4A | 5F | 2D | 16 | 0 | 3F | D1 | 1D | 1D |
| Octal | 64 | 112 | 137 | 55 | 26 | 0 | 77 | 321 | 35 | 35 |
| Binary | 110100 | 1001010 | 1011111 | 101101 | 10110 | 0 | 111111 | 11010001 | 11101 | 11101 |
Color Harmonies of #344A5F
Complementary color
Monochromatic Colors of #344A5F
Black with #344A5F
Text Example
Text Example
White with #344A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A5F; }
p { color: rgb(52,74,95); }
H1.HeaderClassName
{
color: #344A5F;
}
.AnyTagClassName
{
color: #344A5F;
}
</style>
background-color css
<style>
a { background-color: #344A5F; }
a { background-color: rgb(52,74,95); }
div.DivClassName
{
background-color: #344A5F;
}
.BgClassName
{
background-color: #344A5F;
}
</style>
border-color css
<style>
span { border-color: #344A5F; }
span { border-color: rgb(52,74,95); }
td.TdClassName
{
border-color: #344A5F;
}
.TagClassName
{
border-color: #344A5F;
}
</style>