Shades of Gulf Blue #374761
Tints of Gulf Blue #374761
RGB
CMYK
RGB Variations
Color information
#374761 (or 0x374761) is known color: Gulf Blue. HEX triplet: 37, 47 and 61. RGB value is (55,71,97). Sum of RGB (Red+Green+Blue) = 55+71+97=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #374761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374761 is #C8B89E. Grayscale: #454545. Windows color (decimal): -13154463 or 6375223. OLE color: 6375223.
HSL color Cylindrical-coordinate representation of color #374761: hue angle of 217.14º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #374761 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 71 | 97 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.62 |
| HSL | 217.14º | 0.28% | 0.3% | - |
| HSV(B) | 217.14º | 0.43% | 0.38% | - |
| XYZ | 5.99 | 6.18 | 12.19 | - |
| YUV | 69.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 97 | 0.43 | 0.27 | 0 | 0.62 | 217.14 | 0.28 | 0.3 |
| Hex | 37 | 47 | 61 | 2B | 1B | 0 | 3E | D9 | 1C | 1E |
| Octal | 67 | 107 | 141 | 53 | 33 | 0 | 76 | 331 | 34 | 36 |
| Binary | 110111 | 1000111 | 1100001 | 101011 | 11011 | 0 | 111110 | 11011001 | 11100 | 11110 |
Color Harmonies of #374761
Complementary color
Monochromatic Colors of #374761
Black with #374761
Text Example
Text Example
White with #374761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374761; }
p { color: rgb(55,71,97); }
H1.HeaderClassName
{
color: #374761;
}
.AnyTagClassName
{
color: #374761;
}
</style>
background-color css
<style>
a { background-color: #374761; }
a { background-color: rgb(55,71,97); }
div.DivClassName
{
background-color: #374761;
}
.BgClassName
{
background-color: #374761;
}
</style>
border-color css
<style>
span { border-color: #374761; }
span { border-color: rgb(55,71,97); }
td.TdClassName
{
border-color: #374761;
}
.TagClassName
{
border-color: #374761;
}
</style>