Shades of Casal #34555B
Tints of Casal #34555B
RGB
CMYK
RGB Variations
Color information
#34555B (or 0x34555B) is known color: Casal. HEX triplet: 34, 55 and 5B. RGB value is (52,85,91). Sum of RGB (Red+Green+Blue) = 52+85+91=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #34555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34555B is #CBAAA4. Grayscale: #4B4B4B. Windows color (decimal): -13347493 or 5985588. OLE color: 5985588.
HSL color Cylindrical-coordinate representation of color #34555B: hue angle of 189.23º 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 #34555B is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 85 | 91 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.64 |
| HSL | 189.23º | 0.27% | 0.28% | - |
| HSV(B) | 189.23º | 0.43% | 0.36% | - |
| XYZ | 6.55 | 7.98 | 11.09 | - |
| YUV | 75.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 91 | 0.43 | 0.07 | 0 | 0.64 | 189.23 | 0.27 | 0.28 |
| Hex | 34 | 55 | 5B | 2B | 7 | 0 | 40 | BD | 1B | 1C |
| Octal | 64 | 125 | 133 | 53 | 7 | 0 | 100 | 275 | 33 | 34 |
| Binary | 110100 | 1010101 | 1011011 | 101011 | 111 | 0 | 1000000 | 10111101 | 11011 | 11100 |
Color Harmonies of #34555B
Complementary color
Monochromatic Colors of #34555B
Black with #34555B
Text Example
Text Example
White with #34555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34555B; }
p { color: rgb(52,85,91); }
H1.HeaderClassName
{
color: #34555B;
}
.AnyTagClassName
{
color: #34555B;
}
</style>
background-color css
<style>
a { background-color: #34555B; }
a { background-color: rgb(52,85,91); }
div.DivClassName
{
background-color: #34555B;
}
.BgClassName
{
background-color: #34555B;
}
</style>
border-color css
<style>
span { border-color: #34555B; }
span { border-color: rgb(52,85,91); }
td.TdClassName
{
border-color: #34555B;
}
.TagClassName
{
border-color: #34555B;
}
</style>