Shades of Casal #34515D
Tints of Casal #34515D
RGB
CMYK
RGB Variations
Color information
#34515D (or 0x34515D) is known color: Casal. HEX triplet: 34, 51 and 5D. RGB value is (52,81,93). Sum of RGB (Red+Green+Blue) = 52+81+93=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #34515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34515D is #CBAEA2. Grayscale: #494949. Windows color (decimal): -13348515 or 6115636. OLE color: 6115636.
HSL color Cylindrical-coordinate representation of color #34515D: hue angle of 197.56º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34515D is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 81 | 93 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.64 |
| HSL | 197.56º | 0.28% | 0.28% | - |
| HSV(B) | 197.56º | 0.44% | 0.36% | - |
| XYZ | 6.33 | 7.41 | 11.45 | - |
| YUV | 73.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 93 | 0.44 | 0.13 | 0 | 0.64 | 197.56 | 0.28 | 0.28 |
| Hex | 34 | 51 | 5D | 2C | D | 0 | 40 | C6 | 1C | 1C |
| Octal | 64 | 121 | 135 | 54 | 15 | 0 | 100 | 306 | 34 | 34 |
| Binary | 110100 | 1010001 | 1011101 | 101100 | 1101 | 0 | 1000000 | 11000110 | 11100 | 11100 |
Color Harmonies of #34515D
Complementary color
Monochromatic Colors of #34515D
Black with #34515D
Text Example
Text Example
White with #34515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34515D; }
p { color: rgb(52,81,93); }
H1.HeaderClassName
{
color: #34515D;
}
.AnyTagClassName
{
color: #34515D;
}
</style>
background-color css
<style>
a { background-color: #34515D; }
a { background-color: rgb(52,81,93); }
div.DivClassName
{
background-color: #34515D;
}
.BgClassName
{
background-color: #34515D;
}
</style>
border-color css
<style>
span { border-color: #34515D; }
span { border-color: rgb(52,81,93); }
td.TdClassName
{
border-color: #34515D;
}
.TagClassName
{
border-color: #34515D;
}
</style>