Shades of Gulf Blue #373B56
Tints of Gulf Blue #373B56
RGB
CMYK
RGB Variations
Color information
#373B56 (or 0x373B56) is known color: Gulf Blue. HEX triplet: 37, 3B and 56. RGB value is (55,59,86). Sum of RGB (Red+Green+Blue) = 55+59+86=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 86 - color contains mainly: blue. Hex color #373B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B56 is #C8C4A9. Grayscale: #3C3C3C. Windows color (decimal): -13157546 or 5651255. OLE color: 5651255.
HSL color Cylindrical-coordinate representation of color #373B56: hue angle of 232.26º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #373B56 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 59 | 86 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.66 |
| HSL | 232.26º | 0.22% | 0.28% | - |
| HSV(B) | 232.26º | 0.36% | 0.34% | - |
| XYZ | 4.82 | 4.61 | 9.44 | - |
| YUV | 60.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 86 | 0.36 | 0.31 | 0 | 0.66 | 232.26 | 0.22 | 0.28 |
| Hex | 37 | 3B | 56 | 24 | 1F | 0 | 42 | E8 | 16 | 1C |
| Octal | 67 | 73 | 126 | 44 | 37 | 0 | 102 | 350 | 26 | 34 |
| Binary | 110111 | 111011 | 1010110 | 100100 | 11111 | 0 | 1000010 | 11101000 | 10110 | 11100 |
Color Harmonies of #373B56
Complementary color
Monochromatic Colors of #373B56
Black with #373B56
Text Example
Text Example
White with #373B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B56; }
p { color: rgb(55,59,86); }
H1.HeaderClassName
{
color: #373B56;
}
.AnyTagClassName
{
color: #373B56;
}
</style>
background-color css
<style>
a { background-color: #373B56; }
a { background-color: rgb(55,59,86); }
div.DivClassName
{
background-color: #373B56;
}
.BgClassName
{
background-color: #373B56;
}
</style>
border-color css
<style>
span { border-color: #373B56; }
span { border-color: rgb(55,59,86); }
td.TdClassName
{
border-color: #373B56;
}
.TagClassName
{
border-color: #373B56;
}
</style>