Shades of Casal #34525E
Tints of Casal #34525E
RGB
CMYK
RGB Variations
Color information
#34525E (or 0x34525E) is known color: Casal. HEX triplet: 34, 52 and 5E. RGB value is (52,82,94). Sum of RGB (Red+Green+Blue) = 52+82+94=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #34525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34525E is #CBADA1. Grayscale: #4A4A4A. Windows color (decimal): -13348258 or 6181428. OLE color: 6181428.
HSL color Cylindrical-coordinate representation of color #34525E: hue angle of 197.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34525E is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 82 | 94 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.63 |
| HSL | 197.14º | 0.29% | 0.29% | - |
| HSV(B) | 197.14º | 0.45% | 0.37% | - |
| XYZ | 6.45 | 7.57 | 11.71 | - |
| YUV | 74.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 94 | 0.45 | 0.13 | 0 | 0.63 | 197.14 | 0.29 | 0.29 |
| Hex | 34 | 52 | 5E | 2D | D | 0 | 3F | C5 | 1D | 1D |
| Octal | 64 | 122 | 136 | 55 | 15 | 0 | 77 | 305 | 35 | 35 |
| Binary | 110100 | 1010010 | 1011110 | 101101 | 1101 | 0 | 111111 | 11000101 | 11101 | 11101 |
Color Harmonies of #34525E
Complementary color
Monochromatic Colors of #34525E
Black with #34525E
Text Example
Text Example
White with #34525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34525E; }
p { color: rgb(52,82,94); }
H1.HeaderClassName
{
color: #34525E;
}
.AnyTagClassName
{
color: #34525E;
}
</style>
background-color css
<style>
a { background-color: #34525E; }
a { background-color: rgb(52,82,94); }
div.DivClassName
{
background-color: #34525E;
}
.BgClassName
{
background-color: #34525E;
}
</style>
border-color css
<style>
span { border-color: #34525E; }
span { border-color: rgb(52,82,94); }
td.TdClassName
{
border-color: #34525E;
}
.TagClassName
{
border-color: #34525E;
}
</style>