Shades of Gulf Blue #37445F
Tints of Gulf Blue #37445F
RGB
CMYK
RGB Variations
Color information
#37445F (or 0x37445F) is known color: Gulf Blue. HEX triplet: 37, 44 and 5F. RGB value is (55,68,95). Sum of RGB (Red+Green+Blue) = 55+68+95=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 95 - color contains mainly: blue. Hex color #37445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37445F is #C8BBA0. Grayscale: #434343. Windows color (decimal): -13155233 or 6243383. OLE color: 6243383.
HSL color Cylindrical-coordinate representation of color #37445F: hue angle of 220.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37445F is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 68 | 95 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.63 |
| HSL | 220.5º | 0.27% | 0.29% | - |
| HSV(B) | 220.5º | 0.42% | 0.37% | - |
| XYZ | 5.71 | 5.77 | 11.64 | - |
| YUV | 67.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 68 | 95 | 0.42 | 0.28 | 0 | 0.63 | 220.5 | 0.27 | 0.29 |
| Hex | 37 | 44 | 5F | 2A | 1C | 0 | 3F | DC | 1B | 1D |
| Octal | 67 | 104 | 137 | 52 | 34 | 0 | 77 | 334 | 33 | 35 |
| Binary | 110111 | 1000100 | 1011111 | 101010 | 11100 | 0 | 111111 | 11011100 | 11011 | 11101 |
Color Harmonies of #37445F
Complementary color
Monochromatic Colors of #37445F
Black with #37445F
Text Example
Text Example
White with #37445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37445F; }
p { color: rgb(55,68,95); }
H1.HeaderClassName
{
color: #37445F;
}
.AnyTagClassName
{
color: #37445F;
}
</style>
background-color css
<style>
a { background-color: #37445F; }
a { background-color: rgb(55,68,95); }
div.DivClassName
{
background-color: #37445F;
}
.BgClassName
{
background-color: #37445F;
}
</style>
border-color css
<style>
span { border-color: #37445F; }
span { border-color: rgb(55,68,95); }
td.TdClassName
{
border-color: #37445F;
}
.TagClassName
{
border-color: #37445F;
}
</style>