Shades of Gulf Blue #37415C
Tints of Gulf Blue #37415C
RGB
CMYK
RGB Variations
Color information
#37415C (or 0x37415C) is known color: Gulf Blue. HEX triplet: 37, 41 and 5C. RGB value is (55,65,92). Sum of RGB (Red+Green+Blue) = 55+65+92=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #37415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37415C is #C8BEA3. Grayscale: #404040. Windows color (decimal): -13156004 or 6046007. OLE color: 6046007.
HSL color Cylindrical-coordinate representation of color #37415C: hue angle of 223.78º 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 #37415C is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 65 | 92 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.64 |
| HSL | 223.78º | 0.25% | 0.29% | - |
| HSV(B) | 223.78º | 0.4% | 0.36% | - |
| XYZ | 5.4 | 5.37 | 10.88 | - |
| YUV | 65.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 92 | 0.40 | 0.29 | 0 | 0.64 | 223.78 | 0.25 | 0.29 |
| Hex | 37 | 41 | 5C | 28 | 1D | 0 | 40 | E0 | 19 | 1D |
| Octal | 67 | 101 | 134 | 50 | 35 | 0 | 100 | 340 | 31 | 35 |
| Binary | 110111 | 1000001 | 1011100 | 101000 | 11101 | 0 | 1000000 | 11100000 | 11001 | 11101 |
Color Harmonies of #37415C
Complementary color
Monochromatic Colors of #37415C
Black with #37415C
Text Example
Text Example
White with #37415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37415C; }
p { color: rgb(55,65,92); }
H1.HeaderClassName
{
color: #37415C;
}
.AnyTagClassName
{
color: #37415C;
}
</style>
background-color css
<style>
a { background-color: #37415C; }
a { background-color: rgb(55,65,92); }
div.DivClassName
{
background-color: #37415C;
}
.BgClassName
{
background-color: #37415C;
}
</style>
border-color css
<style>
span { border-color: #37415C; }
span { border-color: rgb(55,65,92); }
td.TdClassName
{
border-color: #37415C;
}
.TagClassName
{
border-color: #37415C;
}
</style>