Shades of Gulf Blue #373F57
Tints of Gulf Blue #373F57
RGB
CMYK
RGB Variations
Color information
#373F57 (or 0x373F57) is known color: Gulf Blue. HEX triplet: 37, 3F and 57. RGB value is (55,63,87). Sum of RGB (Red+Green+Blue) = 55+63+87=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #373F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F57 is #C8C0A8. Grayscale: #3F3F3F. Windows color (decimal): -13156521 or 5717815. OLE color: 5717815.
HSL color Cylindrical-coordinate representation of color #373F57: hue angle of 225º 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 #373F57 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 63 | 87 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.66 |
| HSL | 225º | 0.23% | 0.28% | - |
| HSV(B) | 225º | 0.37% | 0.34% | - |
| XYZ | 5.07 | 5.06 | 9.73 | - |
| YUV | 63.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 87 | 0.37 | 0.28 | 0 | 0.66 | 225 | 0.23 | 0.28 |
| Hex | 37 | 3F | 57 | 25 | 1C | 0 | 42 | E1 | 17 | 1C |
| Octal | 67 | 77 | 127 | 45 | 34 | 0 | 102 | 341 | 27 | 34 |
| Binary | 110111 | 111111 | 1010111 | 100101 | 11100 | 0 | 1000010 | 11100001 | 10111 | 11100 |
Color Harmonies of #373F57
Complementary color
Monochromatic Colors of #373F57
Black with #373F57
Text Example
Text Example
White with #373F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F57; }
p { color: rgb(55,63,87); }
H1.HeaderClassName
{
color: #373F57;
}
.AnyTagClassName
{
color: #373F57;
}
</style>
background-color css
<style>
a { background-color: #373F57; }
a { background-color: rgb(55,63,87); }
div.DivClassName
{
background-color: #373F57;
}
.BgClassName
{
background-color: #373F57;
}
</style>
border-color css
<style>
span { border-color: #373F57; }
span { border-color: rgb(55,63,87); }
td.TdClassName
{
border-color: #373F57;
}
.TagClassName
{
border-color: #373F57;
}
</style>