Shades of Casal #374F57
Tints of Casal #374F57
RGB
CMYK
RGB Variations
Color information
#374F57 (or 0x374F57) is known color: Casal. HEX triplet: 37, 4F and 57. RGB value is (55,79,87). Sum of RGB (Red+Green+Blue) = 55+79+87=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #374F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F57 is #C8B0A8. Grayscale: #484848. Windows color (decimal): -13152425 or 5721911. OLE color: 5721911.
HSL color Cylindrical-coordinate representation of color #374F57: hue angle of 195º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #374F57 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 79 | 87 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.66 |
| HSL | 195º | 0.23% | 0.28% | - |
| HSV(B) | 195º | 0.37% | 0.34% | - |
| XYZ | 6.09 | 7.09 | 10.06 | - |
| YUV | 72.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 87 | 0.37 | 0.09 | 0 | 0.66 | 195 | 0.23 | 0.28 |
| Hex | 37 | 4F | 57 | 25 | 9 | 0 | 42 | C3 | 17 | 1C |
| Octal | 67 | 117 | 127 | 45 | 11 | 0 | 102 | 303 | 27 | 34 |
| Binary | 110111 | 1001111 | 1010111 | 100101 | 1001 | 0 | 1000010 | 11000011 | 10111 | 11100 |
Color Harmonies of #374F57
Complementary color
Monochromatic Colors of #374F57
Black with #374F57
Text Example
Text Example
White with #374F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F57; }
p { color: rgb(55,79,87); }
H1.HeaderClassName
{
color: #374F57;
}
.AnyTagClassName
{
color: #374F57;
}
</style>
background-color css
<style>
a { background-color: #374F57; }
a { background-color: rgb(55,79,87); }
div.DivClassName
{
background-color: #374F57;
}
.BgClassName
{
background-color: #374F57;
}
</style>
border-color css
<style>
span { border-color: #374F57; }
span { border-color: rgb(55,79,87); }
td.TdClassName
{
border-color: #374F57;
}
.TagClassName
{
border-color: #374F57;
}
</style>