Shades of Cello #344C67
Tints of Cello #344C67
RGB
CMYK
RGB Variations
Color information
#344C67 (or 0x344C67) is known color: Cello. HEX triplet: 34, 4C and 67. RGB value is (52,76,103). Sum of RGB (Red+Green+Blue) = 52+76+103=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #344C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C67 is #CBB398. Grayscale: #474747. Windows color (decimal): -13349785 or 6769716. OLE color: 6769716.
HSL color Cylindrical-coordinate representation of color #344C67: hue angle of 211.76º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #344C67 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 76 | 103 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.60 |
| HSL | 211.76º | 0.33% | 0.3% | - |
| HSV(B) | 211.76º | 0.5% | 0.4% | - |
| XYZ | 6.45 | 6.88 | 13.82 | - |
| YUV | 71.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 103 | 0.50 | 0.26 | 0 | 0.60 | 211.76 | 0.33 | 0.3 |
| Hex | 34 | 4C | 67 | 32 | 1A | 0 | 3C | D4 | 21 | 1E |
| Octal | 64 | 114 | 147 | 62 | 32 | 0 | 74 | 324 | 41 | 36 |
| Binary | 110100 | 1001100 | 1100111 | 110010 | 11010 | 0 | 111100 | 11010100 | 100001 | 11110 |
Color Harmonies of #344C67
Complementary color
Monochromatic Colors of #344C67
Black with #344C67
Text Example
Text Example
White with #344C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C67; }
p { color: rgb(52,76,103); }
H1.HeaderClassName
{
color: #344C67;
}
.AnyTagClassName
{
color: #344C67;
}
</style>
background-color css
<style>
a { background-color: #344C67; }
a { background-color: rgb(52,76,103); }
div.DivClassName
{
background-color: #344C67;
}
.BgClassName
{
background-color: #344C67;
}
</style>
border-color css
<style>
span { border-color: #344C67; }
span { border-color: rgb(52,76,103); }
td.TdClassName
{
border-color: #344C67;
}
.TagClassName
{
border-color: #344C67;
}
</style>