Shades of Gulf Blue #37455D
Tints of Gulf Blue #37455D
RGB
CMYK
RGB Variations
Color information
#37455D (or 0x37455D) is known color: Gulf Blue. HEX triplet: 37, 45 and 5D. RGB value is (55,69,93). Sum of RGB (Red+Green+Blue) = 55+69+93=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #37455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37455D is #C8BAA2. Grayscale: #434343. Windows color (decimal): -13154979 or 6112567. OLE color: 6112567.
HSL color Cylindrical-coordinate representation of color #37455D: hue angle of 217.89º 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 #37455D is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 69 | 93 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.64 |
| HSL | 217.89º | 0.26% | 0.29% | - |
| HSV(B) | 217.89º | 0.41% | 0.36% | - |
| XYZ | 5.68 | 5.86 | 11.19 | - |
| YUV | 67.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 93 | 0.41 | 0.26 | 0 | 0.64 | 217.89 | 0.26 | 0.29 |
| Hex | 37 | 45 | 5D | 29 | 1A | 0 | 40 | DA | 1A | 1D |
| Octal | 67 | 105 | 135 | 51 | 32 | 0 | 100 | 332 | 32 | 35 |
| Binary | 110111 | 1000101 | 1011101 | 101001 | 11010 | 0 | 1000000 | 11011010 | 11010 | 11101 |
Color Harmonies of #37455D
Complementary color
Monochromatic Colors of #37455D
Black with #37455D
Text Example
Text Example
White with #37455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37455D; }
p { color: rgb(55,69,93); }
H1.HeaderClassName
{
color: #37455D;
}
.AnyTagClassName
{
color: #37455D;
}
</style>
background-color css
<style>
a { background-color: #37455D; }
a { background-color: rgb(55,69,93); }
div.DivClassName
{
background-color: #37455D;
}
.BgClassName
{
background-color: #37455D;
}
</style>
border-color css
<style>
span { border-color: #37455D; }
span { border-color: rgb(55,69,93); }
td.TdClassName
{
border-color: #37455D;
}
.TagClassName
{
border-color: #37455D;
}
</style>