Shades of Gulf Blue #373F59
Tints of Gulf Blue #373F59
RGB
CMYK
RGB Variations
Color information
#373F59 (or 0x373F59) is known color: Gulf Blue. HEX triplet: 37, 3F and 59. RGB value is (55,63,89). Sum of RGB (Red+Green+Blue) = 55+63+89=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #373F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F59 is #C8C0A6. Grayscale: #3F3F3F. Windows color (decimal): -13156519 or 5848887. OLE color: 5848887.
HSL color Cylindrical-coordinate representation of color #373F59: hue angle of 225.88º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #373F59 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 63 | 89 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.65 |
| HSL | 225.88º | 0.24% | 0.28% | - |
| HSV(B) | 225.88º | 0.38% | 0.35% | - |
| XYZ | 5.16 | 5.09 | 10.16 | - |
| YUV | 63.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 89 | 0.38 | 0.29 | 0 | 0.65 | 225.88 | 0.24 | 0.28 |
| Hex | 37 | 3F | 59 | 26 | 1D | 0 | 41 | E2 | 18 | 1C |
| Octal | 67 | 77 | 131 | 46 | 35 | 0 | 101 | 342 | 30 | 34 |
| Binary | 110111 | 111111 | 1011001 | 100110 | 11101 | 0 | 1000001 | 11100010 | 11000 | 11100 |
Color Harmonies of #373F59
Complementary color
Monochromatic Colors of #373F59
Black with #373F59
Text Example
Text Example
White with #373F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F59; }
p { color: rgb(55,63,89); }
H1.HeaderClassName
{
color: #373F59;
}
.AnyTagClassName
{
color: #373F59;
}
</style>
background-color css
<style>
a { background-color: #373F59; }
a { background-color: rgb(55,63,89); }
div.DivClassName
{
background-color: #373F59;
}
.BgClassName
{
background-color: #373F59;
}
</style>
border-color css
<style>
span { border-color: #373F59; }
span { border-color: rgb(55,63,89); }
td.TdClassName
{
border-color: #373F59;
}
.TagClassName
{
border-color: #373F59;
}
</style>