Shades of Casal #344E56
Tints of Casal #344E56
RGB
CMYK
RGB Variations
Color information
#344E56 (or 0x344E56) is known color: Casal. HEX triplet: 34, 4E and 56. RGB value is (52,78,86). Sum of RGB (Red+Green+Blue) = 52+78+86=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #344E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E56 is #CBB1A9. Grayscale: #474747. Windows color (decimal): -13349290 or 5656116. OLE color: 5656116.
HSL color Cylindrical-coordinate representation of color #344E56: hue angle of 194.12º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344E56 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 78 | 86 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.66 |
| HSL | 194.12º | 0.25% | 0.27% | - |
| HSV(B) | 194.12º | 0.4% | 0.34% | - |
| XYZ | 5.82 | 6.85 | 9.82 | - |
| YUV | 71.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 86 | 0.40 | 0.09 | 0 | 0.66 | 194.12 | 0.25 | 0.27 |
| Hex | 34 | 4E | 56 | 28 | 9 | 0 | 42 | C2 | 19 | 1B |
| Octal | 64 | 116 | 126 | 50 | 11 | 0 | 102 | 302 | 31 | 33 |
| Binary | 110100 | 1001110 | 1010110 | 101000 | 1001 | 0 | 1000010 | 11000010 | 11001 | 11011 |
Color Harmonies of #344E56
Complementary color
Monochromatic Colors of #344E56
Black with #344E56
Text Example
Text Example
White with #344E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E56; }
p { color: rgb(52,78,86); }
H1.HeaderClassName
{
color: #344E56;
}
.AnyTagClassName
{
color: #344E56;
}
</style>
background-color css
<style>
a { background-color: #344E56; }
a { background-color: rgb(52,78,86); }
div.DivClassName
{
background-color: #344E56;
}
.BgClassName
{
background-color: #344E56;
}
</style>
border-color css
<style>
span { border-color: #344E56; }
span { border-color: rgb(52,78,86); }
td.TdClassName
{
border-color: #344E56;
}
.TagClassName
{
border-color: #344E56;
}
</style>