Shades of Casal #344F58
Tints of Casal #344F58
RGB
CMYK
RGB Variations
Color information
#344F58 (or 0x344F58) is known color: Casal. HEX triplet: 34, 4F and 58. RGB value is (52,79,88). Sum of RGB (Red+Green+Blue) = 52+79+88=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #344F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F58 is #CBB0A7. Grayscale: #474747. Windows color (decimal): -13349032 or 5787444. OLE color: 5787444.
HSL color Cylindrical-coordinate representation of color #344F58: hue angle of 195º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344F58 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 79 | 88 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.65 |
| HSL | 195º | 0.26% | 0.27% | - |
| HSV(B) | 195º | 0.41% | 0.35% | - |
| XYZ | 5.97 | 7.03 | 10.27 | - |
| YUV | 71.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 88 | 0.41 | 0.10 | 0 | 0.65 | 195 | 0.26 | 0.27 |
| Hex | 34 | 4F | 58 | 29 | A | 0 | 41 | C3 | 1A | 1B |
| Octal | 64 | 117 | 130 | 51 | 12 | 0 | 101 | 303 | 32 | 33 |
| Binary | 110100 | 1001111 | 1011000 | 101001 | 1010 | 0 | 1000001 | 11000011 | 11010 | 11011 |
Color Harmonies of #344F58
Complementary color
Monochromatic Colors of #344F58
Black with #344F58
Text Example
Text Example
White with #344F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F58; }
p { color: rgb(52,79,88); }
H1.HeaderClassName
{
color: #344F58;
}
.AnyTagClassName
{
color: #344F58;
}
</style>
background-color css
<style>
a { background-color: #344F58; }
a { background-color: rgb(52,79,88); }
div.DivClassName
{
background-color: #344F58;
}
.BgClassName
{
background-color: #344F58;
}
</style>
border-color css
<style>
span { border-color: #344F58; }
span { border-color: rgb(52,79,88); }
td.TdClassName
{
border-color: #344F58;
}
.TagClassName
{
border-color: #344F58;
}
</style>