Shades of Casal #375360
Tints of Casal #375360
RGB
CMYK
RGB Variations
Color information
#375360 (or 0x375360) is known color: Casal. HEX triplet: 37, 53 and 60. RGB value is (55,83,96). Sum of RGB (Red+Green+Blue) = 55+83+96=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #375360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375360 is #C8AC9F. Grayscale: #4C4C4C. Windows color (decimal): -13151392 or 6312759. OLE color: 6312759.
HSL color Cylindrical-coordinate representation of color #375360: hue angle of 199.02º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #375360 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 83 | 96 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.62 |
| HSL | 199.02º | 0.27% | 0.3% | - |
| HSV(B) | 199.02º | 0.43% | 0.38% | - |
| XYZ | 6.78 | 7.84 | 12.22 | - |
| YUV | 76.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 96 | 0.43 | 0.14 | 0 | 0.62 | 199.02 | 0.27 | 0.3 |
| Hex | 37 | 53 | 60 | 2B | E | 0 | 3E | C7 | 1B | 1E |
| Octal | 67 | 123 | 140 | 53 | 16 | 0 | 76 | 307 | 33 | 36 |
| Binary | 110111 | 1010011 | 1100000 | 101011 | 1110 | 0 | 111110 | 11000111 | 11011 | 11110 |
Color Harmonies of #375360
Complementary color
Monochromatic Colors of #375360
Black with #375360
Text Example
Text Example
White with #375360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375360; }
p { color: rgb(55,83,96); }
H1.HeaderClassName
{
color: #375360;
}
.AnyTagClassName
{
color: #375360;
}
</style>
background-color css
<style>
a { background-color: #375360; }
a { background-color: rgb(55,83,96); }
div.DivClassName
{
background-color: #375360;
}
.BgClassName
{
background-color: #375360;
}
</style>
border-color css
<style>
span { border-color: #375360; }
span { border-color: rgb(55,83,96); }
td.TdClassName
{
border-color: #375360;
}
.TagClassName
{
border-color: #375360;
}
</style>