Shades of Casal #344F54
Tints of Casal #344F54
RGB
CMYK
RGB Variations
Color information
#344F54 (or 0x344F54) is known color: Casal. HEX triplet: 34, 4F and 54. RGB value is (52,79,84). Sum of RGB (Red+Green+Blue) = 52+79+84=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #344F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F54 is #CBB0AB. Grayscale: #474747. Windows color (decimal): -13349036 or 5525300. OLE color: 5525300.
HSL color Cylindrical-coordinate representation of color #344F54: hue angle of 189.38º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344F54 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 79 | 84 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.67 |
| HSL | 189.38º | 0.24% | 0.27% | - |
| HSV(B) | 189.38º | 0.38% | 0.33% | - |
| XYZ | 5.81 | 6.96 | 9.42 | - |
| YUV | 71.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 84 | 0.38 | 0.06 | 0 | 0.67 | 189.38 | 0.24 | 0.27 |
| Hex | 34 | 4F | 54 | 26 | 6 | 0 | 43 | BD | 18 | 1B |
| Octal | 64 | 117 | 124 | 46 | 6 | 0 | 103 | 275 | 30 | 33 |
| Binary | 110100 | 1001111 | 1010100 | 100110 | 110 | 0 | 1000011 | 10111101 | 11000 | 11011 |
Color Harmonies of #344F54
Complementary color
Monochromatic Colors of #344F54
Black with #344F54
Text Example
Text Example
White with #344F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F54; }
p { color: rgb(52,79,84); }
H1.HeaderClassName
{
color: #344F54;
}
.AnyTagClassName
{
color: #344F54;
}
</style>
background-color css
<style>
a { background-color: #344F54; }
a { background-color: rgb(52,79,84); }
div.DivClassName
{
background-color: #344F54;
}
.BgClassName
{
background-color: #344F54;
}
</style>
border-color css
<style>
span { border-color: #344F54; }
span { border-color: rgb(52,79,84); }
td.TdClassName
{
border-color: #344F54;
}
.TagClassName
{
border-color: #344F54;
}
</style>