Shades of Gulf Blue #373F5B
Tints of Gulf Blue #373F5B
RGB
CMYK
RGB Variations
Color information
#373F5B (or 0x373F5B) is known color: Gulf Blue. HEX triplet: 37, 3F and 5B. RGB value is (55,63,91). Sum of RGB (Red+Green+Blue) = 55+63+91=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #373F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F5B is #C8C0A4. Grayscale: #3F3F3F. Windows color (decimal): -13156517 or 5979959. OLE color: 5979959.
HSL color Cylindrical-coordinate representation of color #373F5B: hue angle of 226.67º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #373F5B is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 63 | 91 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.64 |
| HSL | 226.67º | 0.25% | 0.29% | - |
| HSV(B) | 226.67º | 0.4% | 0.36% | - |
| XYZ | 5.24 | 5.12 | 10.61 | - |
| YUV | 63.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 91 | 0.40 | 0.31 | 0 | 0.64 | 226.67 | 0.25 | 0.29 |
| Hex | 37 | 3F | 5B | 28 | 1F | 0 | 40 | E3 | 19 | 1D |
| Octal | 67 | 77 | 133 | 50 | 37 | 0 | 100 | 343 | 31 | 35 |
| Binary | 110111 | 111111 | 1011011 | 101000 | 11111 | 0 | 1000000 | 11100011 | 11001 | 11101 |
Color Harmonies of #373F5B
Complementary color
Monochromatic Colors of #373F5B
Black with #373F5B
Text Example
Text Example
White with #373F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F5B; }
p { color: rgb(55,63,91); }
H1.HeaderClassName
{
color: #373F5B;
}
.AnyTagClassName
{
color: #373F5B;
}
</style>
background-color css
<style>
a { background-color: #373F5B; }
a { background-color: rgb(55,63,91); }
div.DivClassName
{
background-color: #373F5B;
}
.BgClassName
{
background-color: #373F5B;
}
</style>
border-color css
<style>
span { border-color: #373F5B; }
span { border-color: rgb(55,63,91); }
td.TdClassName
{
border-color: #373F5B;
}
.TagClassName
{
border-color: #373F5B;
}
</style>