Shades of Gulf Blue #373D59
Tints of Gulf Blue #373D59
RGB
CMYK
RGB Variations
Color information
#373D59 (or 0x373D59) is known color: Gulf Blue. HEX triplet: 37, 3D and 59. RGB value is (55,61,89). Sum of RGB (Red+Green+Blue) = 55+61+89=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #373D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D59 is #C8C2A6. Grayscale: #3E3E3E. Windows color (decimal): -13157031 or 5848375. OLE color: 5848375.
HSL color Cylindrical-coordinate representation of color #373D59: hue angle of 229.41º 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 #373D59 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 61 | 89 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.65 |
| HSL | 229.41º | 0.24% | 0.28% | - |
| HSV(B) | 229.41º | 0.38% | 0.35% | - |
| XYZ | 5.05 | 4.87 | 10.13 | - |
| YUV | 62.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 89 | 0.38 | 0.31 | 0 | 0.65 | 229.41 | 0.24 | 0.28 |
| Hex | 37 | 3D | 59 | 26 | 1F | 0 | 41 | E5 | 18 | 1C |
| Octal | 67 | 75 | 131 | 46 | 37 | 0 | 101 | 345 | 30 | 34 |
| Binary | 110111 | 111101 | 1011001 | 100110 | 11111 | 0 | 1000001 | 11100101 | 11000 | 11100 |
Color Harmonies of #373D59
Complementary color
Monochromatic Colors of #373D59
Black with #373D59
Text Example
Text Example
White with #373D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D59; }
p { color: rgb(55,61,89); }
H1.HeaderClassName
{
color: #373D59;
}
.AnyTagClassName
{
color: #373D59;
}
</style>
background-color css
<style>
a { background-color: #373D59; }
a { background-color: rgb(55,61,89); }
div.DivClassName
{
background-color: #373D59;
}
.BgClassName
{
background-color: #373D59;
}
</style>
border-color css
<style>
span { border-color: #373D59; }
span { border-color: rgb(55,61,89); }
td.TdClassName
{
border-color: #373D59;
}
.TagClassName
{
border-color: #373D59;
}
</style>