Shades of Casal #364D52
Tints of Casal #364D52
RGB
CMYK
RGB Variations
Color information
#364D52 (or 0x364D52) is known color: Casal. HEX triplet: 36, 4D and 52. RGB value is (54,77,82). Sum of RGB (Red+Green+Blue) = 54+77+82=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 82 - color contains mainly: blue. Hex color #364D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D52 is #C9B2AD. Grayscale: #464646. Windows color (decimal): -13218478 or 5393718. OLE color: 5393718.
HSL color Cylindrical-coordinate representation of color #364D52: hue angle of 190.71º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364D52 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 77 | 82 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.68 |
| HSL | 190.71º | 0.21% | 0.27% | - |
| HSV(B) | 190.71º | 0.34% | 0.32% | - |
| XYZ | 5.7 | 6.7 | 8.98 | - |
| YUV | 70.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 82 | 0.34 | 0.06 | 0 | 0.68 | 190.71 | 0.21 | 0.27 |
| Hex | 36 | 4D | 52 | 22 | 6 | 0 | 44 | BF | 15 | 1B |
| Octal | 66 | 115 | 122 | 42 | 6 | 0 | 104 | 277 | 25 | 33 |
| Binary | 110110 | 1001101 | 1010010 | 100010 | 110 | 0 | 1000100 | 10111111 | 10101 | 11011 |
Color Harmonies of #364D52
Complementary color
Monochromatic Colors of #364D52
Black with #364D52
Text Example
Text Example
White with #364D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D52; }
p { color: rgb(54,77,82); }
H1.HeaderClassName
{
color: #364D52;
}
.AnyTagClassName
{
color: #364D52;
}
</style>
background-color css
<style>
a { background-color: #364D52; }
a { background-color: rgb(54,77,82); }
div.DivClassName
{
background-color: #364D52;
}
.BgClassName
{
background-color: #364D52;
}
</style>
border-color css
<style>
span { border-color: #364D52; }
span { border-color: rgb(54,77,82); }
td.TdClassName
{
border-color: #364D52;
}
.TagClassName
{
border-color: #364D52;
}
</style>