Shades of Casal #365360
Tints of Casal #365360
RGB
CMYK
RGB Variations
Color information
#365360 (or 0x365360) is known color: Casal. HEX triplet: 36, 53 and 60. RGB value is (54,83,96). Sum of RGB (Red+Green+Blue) = 54+83+96=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #365360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365360 is #C9AC9F. Grayscale: #4B4B4B. Windows color (decimal): -13216928 or 6312758. OLE color: 6312758.
HSL color Cylindrical-coordinate representation of color #365360: hue angle of 198.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365360 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 83 | 96 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.62 |
| HSL | 198.57º | 0.28% | 0.29% | - |
| HSV(B) | 198.57º | 0.44% | 0.38% | - |
| XYZ | 6.73 | 7.82 | 12.22 | - |
| YUV | 75.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 96 | 0.44 | 0.14 | 0 | 0.62 | 198.57 | 0.28 | 0.29 |
| Hex | 36 | 53 | 60 | 2C | E | 0 | 3E | C7 | 1C | 1D |
| Octal | 66 | 123 | 140 | 54 | 16 | 0 | 76 | 307 | 34 | 35 |
| Binary | 110110 | 1010011 | 1100000 | 101100 | 1110 | 0 | 111110 | 11000111 | 11100 | 11101 |
Color Harmonies of #365360
Complementary color
Monochromatic Colors of #365360
Black with #365360
Text Example
Text Example
White with #365360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365360; }
p { color: rgb(54,83,96); }
H1.HeaderClassName
{
color: #365360;
}
.AnyTagClassName
{
color: #365360;
}
</style>
background-color css
<style>
a { background-color: #365360; }
a { background-color: rgb(54,83,96); }
div.DivClassName
{
background-color: #365360;
}
.BgClassName
{
background-color: #365360;
}
</style>
border-color css
<style>
span { border-color: #365360; }
span { border-color: rgb(54,83,96); }
td.TdClassName
{
border-color: #365360;
}
.TagClassName
{
border-color: #365360;
}
</style>