Shades of Gulf Blue #374666
Tints of Gulf Blue #374666
RGB
CMYK
RGB Variations
Color information
#374666 (or 0x374666) is known color: Gulf Blue. HEX triplet: 37, 46 and 66. RGB value is (55,70,102). Sum of RGB (Red+Green+Blue) = 55+70+102=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #374666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374666 is #C8B999. Grayscale: #454545. Windows color (decimal): -13154714 or 6702647. OLE color: 6702647.
HSL color Cylindrical-coordinate representation of color #374666: hue angle of 220.85º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374666 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 55 | 70 | 102 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.6 |
| HSL | 220.85º | 0.3% | 0.31% | - |
| HSV(B) | 220.85º | 0.46% | 0.4% | - |
| XYZ | 6.16 | 6.15 | 13.43 | - |
| YUV | 69.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 102 | 0.46 | 0.31 | 0 | 0.6 | 220.85 | 0.3 | 0.31 |
| Hex | 37 | 46 | 66 | 2E | 1F | 0 | 3C | DD | 1E | 1F |
| Octal | 67 | 106 | 146 | 56 | 37 | 0 | 74 | 335 | 36 | 37 |
| Binary | 110111 | 1000110 | 1100110 | 101110 | 11111 | 0 | 111100 | 11011101 | 11110 | 11111 |
Color Harmonies of #374666
Complementary color
Monochromatic Colors of #374666
Black with #374666
Text Example
Text Example
White with #374666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374666; }
p { color: rgb(55,70,102); }
H1.HeaderClassName
{
color: #374666;
}
.AnyTagClassName
{
color: #374666;
}
</style>
background-color css
<style>
a { background-color: #374666; }
a { background-color: rgb(55,70,102); }
div.DivClassName
{
background-color: #374666;
}
.BgClassName
{
background-color: #374666;
}
</style>
border-color css
<style>
span { border-color: #374666; }
span { border-color: rgb(55,70,102); }
td.TdClassName
{
border-color: #374666;
}
.TagClassName
{
border-color: #374666;
}
</style>