Shades of Casal #34545B
Tints of Casal #34545B
RGB
CMYK
RGB Variations
Color information
#34545B (or 0x34545B) is known color: Casal. HEX triplet: 34, 54 and 5B. RGB value is (52,84,91). Sum of RGB (Red+Green+Blue) = 52+84+91=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #34545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34545B is #CBABA4. Grayscale: #4B4B4B. Windows color (decimal): -13347749 or 5985332. OLE color: 5985332.
HSL color Cylindrical-coordinate representation of color #34545B: hue angle of 190.77º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34545B is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 84 | 91 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.64 |
| HSL | 190.77º | 0.27% | 0.28% | - |
| HSV(B) | 190.77º | 0.43% | 0.36% | - |
| XYZ | 6.47 | 7.83 | 11.07 | - |
| YUV | 75.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 91 | 0.43 | 0.08 | 0 | 0.64 | 190.77 | 0.27 | 0.28 |
| Hex | 34 | 54 | 5B | 2B | 8 | 0 | 40 | BF | 1B | 1C |
| Octal | 64 | 124 | 133 | 53 | 10 | 0 | 100 | 277 | 33 | 34 |
| Binary | 110100 | 1010100 | 1011011 | 101011 | 1000 | 0 | 1000000 | 10111111 | 11011 | 11100 |
Color Harmonies of #34545B
Complementary color
Monochromatic Colors of #34545B
Black with #34545B
Text Example
Text Example
White with #34545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34545B; }
p { color: rgb(52,84,91); }
H1.HeaderClassName
{
color: #34545B;
}
.AnyTagClassName
{
color: #34545B;
}
</style>
background-color css
<style>
a { background-color: #34545B; }
a { background-color: rgb(52,84,91); }
div.DivClassName
{
background-color: #34545B;
}
.BgClassName
{
background-color: #34545B;
}
</style>
border-color css
<style>
span { border-color: #34545B; }
span { border-color: rgb(52,84,91); }
td.TdClassName
{
border-color: #34545B;
}
.TagClassName
{
border-color: #34545B;
}
</style>