Shades of Casal #34535E
Tints of Casal #34535E
RGB
CMYK
RGB Variations
Color information
#34535E (or 0x34535E) is known color: Casal. HEX triplet: 34, 53 and 5E. RGB value is (52,83,94). Sum of RGB (Red+Green+Blue) = 52+83+94=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #34535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34535E is #CBACA1. Grayscale: #4A4A4A. Windows color (decimal): -13348002 or 6181684. OLE color: 6181684.
HSL color Cylindrical-coordinate representation of color #34535E: hue angle of 195.71º 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 #34535E is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 83 | 94 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.63 |
| HSL | 195.71º | 0.29% | 0.29% | - |
| HSV(B) | 195.71º | 0.45% | 0.37% | - |
| XYZ | 6.53 | 7.72 | 11.74 | - |
| YUV | 74.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 94 | 0.45 | 0.12 | 0 | 0.63 | 195.71 | 0.29 | 0.29 |
| Hex | 34 | 53 | 5E | 2D | C | 0 | 3F | C4 | 1D | 1D |
| Octal | 64 | 123 | 136 | 55 | 14 | 0 | 77 | 304 | 35 | 35 |
| Binary | 110100 | 1010011 | 1011110 | 101101 | 1100 | 0 | 111111 | 11000100 | 11101 | 11101 |
Color Harmonies of #34535E
Complementary color
Monochromatic Colors of #34535E
Black with #34535E
Text Example
Text Example
White with #34535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34535E; }
p { color: rgb(52,83,94); }
H1.HeaderClassName
{
color: #34535E;
}
.AnyTagClassName
{
color: #34535E;
}
</style>
background-color css
<style>
a { background-color: #34535E; }
a { background-color: rgb(52,83,94); }
div.DivClassName
{
background-color: #34535E;
}
.BgClassName
{
background-color: #34535E;
}
</style>
border-color css
<style>
span { border-color: #34535E; }
span { border-color: rgb(52,83,94); }
td.TdClassName
{
border-color: #34535E;
}
.TagClassName
{
border-color: #34535E;
}
</style>