Shades of Casal #374E54
Tints of Casal #374E54
RGB
CMYK
RGB Variations
Color information
#374E54 (or 0x374E54) is known color: Casal. HEX triplet: 37, 4E and 54. RGB value is (55,78,84). Sum of RGB (Red+Green+Blue) = 55+78+84=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #374E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E54 is #C8B1AB. Grayscale: #474747. Windows color (decimal): -13152684 or 5525047. OLE color: 5525047.
HSL color Cylindrical-coordinate representation of color #374E54: hue angle of 192.41º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #374E54 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 78 | 84 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.67 |
| HSL | 192.41º | 0.21% | 0.27% | - |
| HSV(B) | 192.41º | 0.35% | 0.33% | - |
| XYZ | 5.9 | 6.9 | 9.41 | - |
| YUV | 71.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 84 | 0.35 | 0.07 | 0 | 0.67 | 192.41 | 0.21 | 0.27 |
| Hex | 37 | 4E | 54 | 23 | 7 | 0 | 43 | C0 | 15 | 1B |
| Octal | 67 | 116 | 124 | 43 | 7 | 0 | 103 | 300 | 25 | 33 |
| Binary | 110111 | 1001110 | 1010100 | 100011 | 111 | 0 | 1000011 | 11000000 | 10101 | 11011 |
Color Harmonies of #374E54
Complementary color
Monochromatic Colors of #374E54
Black with #374E54
Text Example
Text Example
White with #374E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E54; }
p { color: rgb(55,78,84); }
H1.HeaderClassName
{
color: #374E54;
}
.AnyTagClassName
{
color: #374E54;
}
</style>
background-color css
<style>
a { background-color: #374E54; }
a { background-color: rgb(55,78,84); }
div.DivClassName
{
background-color: #374E54;
}
.BgClassName
{
background-color: #374E54;
}
</style>
border-color css
<style>
span { border-color: #374E54; }
span { border-color: rgb(55,78,84); }
td.TdClassName
{
border-color: #374E54;
}
.TagClassName
{
border-color: #374E54;
}
</style>