Shades of Gulf Blue #373E5B
Tints of Gulf Blue #373E5B
RGB
CMYK
RGB Variations
Color information
#373E5B (or 0x373E5B) is known color: Gulf Blue. HEX triplet: 37, 3E and 5B. RGB value is (55,62,91). Sum of RGB (Red+Green+Blue) = 55+62+91=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #373E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E5B is #C8C1A4. Grayscale: #3F3F3F. Windows color (decimal): -13156773 or 5979703. OLE color: 5979703.
HSL color Cylindrical-coordinate representation of color #373E5B: hue angle of 228.33º 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 #373E5B is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 62 | 91 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.64 |
| HSL | 228.33º | 0.25% | 0.29% | - |
| HSV(B) | 228.33º | 0.4% | 0.36% | - |
| XYZ | 5.19 | 5.01 | 10.59 | - |
| YUV | 63.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 91 | 0.40 | 0.32 | 0 | 0.64 | 228.33 | 0.25 | 0.29 |
| Hex | 37 | 3E | 5B | 28 | 20 | 0 | 40 | E4 | 19 | 1D |
| Octal | 67 | 76 | 133 | 50 | 40 | 0 | 100 | 344 | 31 | 35 |
| Binary | 110111 | 111110 | 1011011 | 101000 | 100000 | 0 | 1000000 | 11100100 | 11001 | 11101 |
Color Harmonies of #373E5B
Complementary color
Monochromatic Colors of #373E5B
Black with #373E5B
Text Example
Text Example
White with #373E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E5B; }
p { color: rgb(55,62,91); }
H1.HeaderClassName
{
color: #373E5B;
}
.AnyTagClassName
{
color: #373E5B;
}
</style>
background-color css
<style>
a { background-color: #373E5B; }
a { background-color: rgb(55,62,91); }
div.DivClassName
{
background-color: #373E5B;
}
.BgClassName
{
background-color: #373E5B;
}
</style>
border-color css
<style>
span { border-color: #373E5B; }
span { border-color: rgb(55,62,91); }
td.TdClassName
{
border-color: #373E5B;
}
.TagClassName
{
border-color: #373E5B;
}
</style>