Shades of Casal #34505A
Tints of Casal #34505A
RGB
CMYK
RGB Variations
Color information
#34505A (or 0x34505A) is known color: Casal. HEX triplet: 34, 50 and 5A. RGB value is (52,80,90). Sum of RGB (Red+Green+Blue) = 52+80+90=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #34505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34505A is #CBAFA5. Grayscale: #484848. Windows color (decimal): -13348774 or 5918772. OLE color: 5918772.
HSL color Cylindrical-coordinate representation of color #34505A: hue angle of 195.79º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34505A is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 80 | 90 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.65 |
| HSL | 195.79º | 0.27% | 0.28% | - |
| HSV(B) | 195.79º | 0.42% | 0.35% | - |
| XYZ | 6.13 | 7.21 | 10.74 | - |
| YUV | 72.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 90 | 0.42 | 0.11 | 0 | 0.65 | 195.79 | 0.27 | 0.28 |
| Hex | 34 | 50 | 5A | 2A | B | 0 | 41 | C4 | 1B | 1C |
| Octal | 64 | 120 | 132 | 52 | 13 | 0 | 101 | 304 | 33 | 34 |
| Binary | 110100 | 1010000 | 1011010 | 101010 | 1011 | 0 | 1000001 | 11000100 | 11011 | 11100 |
Color Harmonies of #34505A
Complementary color
Monochromatic Colors of #34505A
Black with #34505A
Text Example
Text Example
White with #34505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34505A; }
p { color: rgb(52,80,90); }
H1.HeaderClassName
{
color: #34505A;
}
.AnyTagClassName
{
color: #34505A;
}
</style>
background-color css
<style>
a { background-color: #34505A; }
a { background-color: rgb(52,80,90); }
div.DivClassName
{
background-color: #34505A;
}
.BgClassName
{
background-color: #34505A;
}
</style>
border-color css
<style>
span { border-color: #34505A; }
span { border-color: rgb(52,80,90); }
td.TdClassName
{
border-color: #34505A;
}
.TagClassName
{
border-color: #34505A;
}
</style>