Shades of Casal #365E63
Tints of Casal #365E63
RGB
CMYK
RGB Variations
Color information
#365E63 (or 0x365E63) is known color: Casal. HEX triplet: 36, 5E and 63. RGB value is (54,94,99). Sum of RGB (Red+Green+Blue) = 54+94+99=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #365E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E63 is #C9A19C. Grayscale: #525252. Windows color (decimal): -13214109 or 6512182. OLE color: 6512182.
HSL color Cylindrical-coordinate representation of color #365E63: hue angle of 186.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #365E63 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 94 | 99 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.61 |
| HSL | 186.67º | 0.29% | 0.3% | - |
| HSV(B) | 186.67º | 0.45% | 0.39% | - |
| XYZ | 7.78 | 9.69 | 13.26 | - |
| YUV | 82.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 99 | 0.45 | 0.05 | 0 | 0.61 | 186.67 | 0.29 | 0.3 |
| Hex | 36 | 5E | 63 | 2D | 5 | 0 | 3D | BB | 1D | 1E |
| Octal | 66 | 136 | 143 | 55 | 5 | 0 | 75 | 273 | 35 | 36 |
| Binary | 110110 | 1011110 | 1100011 | 101101 | 101 | 0 | 111101 | 10111011 | 11101 | 11110 |
Color Harmonies of #365E63
Complementary color
Monochromatic Colors of #365E63
Black with #365E63
Text Example
Text Example
White with #365E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365E63; }
p { color: rgb(54,94,99); }
H1.HeaderClassName
{
color: #365E63;
}
.AnyTagClassName
{
color: #365E63;
}
</style>
background-color css
<style>
a { background-color: #365E63; }
a { background-color: rgb(54,94,99); }
div.DivClassName
{
background-color: #365E63;
}
.BgClassName
{
background-color: #365E63;
}
</style>
border-color css
<style>
span { border-color: #365E63; }
span { border-color: rgb(54,94,99); }
td.TdClassName
{
border-color: #365E63;
}
.TagClassName
{
border-color: #365E63;
}
</style>