Shades of Gulf Blue #37405D
Tints of Gulf Blue #37405D
RGB
CMYK
RGB Variations
Color information
#37405D (or 0x37405D) is known color: Gulf Blue. HEX triplet: 37, 40 and 5D. RGB value is (55,64,93). Sum of RGB (Red+Green+Blue) = 55+64+93=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #37405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37405D is #C8BFA2. Grayscale: #404040. Windows color (decimal): -13156259 or 6111287. OLE color: 6111287.
HSL color Cylindrical-coordinate representation of color #37405D: hue angle of 225.79º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37405D is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 64 | 93 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.64 |
| HSL | 225.79º | 0.26% | 0.29% | - |
| HSV(B) | 225.79º | 0.41% | 0.36% | - |
| XYZ | 5.38 | 5.27 | 11.09 | - |
| YUV | 64.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 93 | 0.41 | 0.31 | 0 | 0.64 | 225.79 | 0.26 | 0.29 |
| Hex | 37 | 40 | 5D | 29 | 1F | 0 | 40 | E2 | 1A | 1D |
| Octal | 67 | 100 | 135 | 51 | 37 | 0 | 100 | 342 | 32 | 35 |
| Binary | 110111 | 1000000 | 1011101 | 101001 | 11111 | 0 | 1000000 | 11100010 | 11010 | 11101 |
Color Harmonies of #37405D
Complementary color
Monochromatic Colors of #37405D
Black with #37405D
Text Example
Text Example
White with #37405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37405D; }
p { color: rgb(55,64,93); }
H1.HeaderClassName
{
color: #37405D;
}
.AnyTagClassName
{
color: #37405D;
}
</style>
background-color css
<style>
a { background-color: #37405D; }
a { background-color: rgb(55,64,93); }
div.DivClassName
{
background-color: #37405D;
}
.BgClassName
{
background-color: #37405D;
}
</style>
border-color css
<style>
span { border-color: #37405D; }
span { border-color: rgb(55,64,93); }
td.TdClassName
{
border-color: #37405D;
}
.TagClassName
{
border-color: #37405D;
}
</style>