Shades of Casal #364E55
Tints of Casal #364E55
RGB
CMYK
RGB Variations
Color information
#364E55 (or 0x364E55) is known color: Casal. HEX triplet: 36, 4E and 55. RGB value is (54,78,85). Sum of RGB (Red+Green+Blue) = 54+78+85=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #364E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E55 is #C9B1AA. Grayscale: #474747. Windows color (decimal): -13218219 or 5590582. OLE color: 5590582.
HSL color Cylindrical-coordinate representation of color #364E55: hue angle of 193.55º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #364E55 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 78 | 85 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.67 |
| HSL | 193.55º | 0.22% | 0.27% | - |
| HSV(B) | 193.55º | 0.36% | 0.33% | - |
| XYZ | 5.89 | 6.89 | 9.61 | - |
| YUV | 71.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 85 | 0.36 | 0.08 | 0 | 0.67 | 193.55 | 0.22 | 0.27 |
| Hex | 36 | 4E | 55 | 24 | 8 | 0 | 43 | C2 | 16 | 1B |
| Octal | 66 | 116 | 125 | 44 | 10 | 0 | 103 | 302 | 26 | 33 |
| Binary | 110110 | 1001110 | 1010101 | 100100 | 1000 | 0 | 1000011 | 11000010 | 10110 | 11011 |
Color Harmonies of #364E55
Complementary color
Monochromatic Colors of #364E55
Black with #364E55
Text Example
Text Example
White with #364E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364E55; }
p { color: rgb(54,78,85); }
H1.HeaderClassName
{
color: #364E55;
}
.AnyTagClassName
{
color: #364E55;
}
</style>
background-color css
<style>
a { background-color: #364E55; }
a { background-color: rgb(54,78,85); }
div.DivClassName
{
background-color: #364E55;
}
.BgClassName
{
background-color: #364E55;
}
</style>
border-color css
<style>
span { border-color: #364E55; }
span { border-color: rgb(54,78,85); }
td.TdClassName
{
border-color: #364E55;
}
.TagClassName
{
border-color: #364E55;
}
</style>