Shades of Gulf Blue #374058
Tints of Gulf Blue #374058
RGB
CMYK
RGB Variations
Color information
#374058 (or 0x374058) is known color: Gulf Blue. HEX triplet: 37, 40 and 58. RGB value is (55,64,88). Sum of RGB (Red+Green+Blue) = 55+64+88=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #374058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374058 is #C8BFA7. Grayscale: #3F3F3F. Windows color (decimal): -13156264 or 5783607. OLE color: 5783607.
HSL color Cylindrical-coordinate representation of color #374058: hue angle of 223.64º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374058 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 64 | 88 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.65 |
| HSL | 223.64º | 0.23% | 0.28% | - |
| HSV(B) | 223.64º | 0.38% | 0.35% | - |
| XYZ | 5.17 | 5.18 | 9.96 | - |
| YUV | 64.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 88 | 0.38 | 0.27 | 0 | 0.65 | 223.64 | 0.23 | 0.28 |
| Hex | 37 | 40 | 58 | 26 | 1B | 0 | 41 | E0 | 17 | 1C |
| Octal | 67 | 100 | 130 | 46 | 33 | 0 | 101 | 340 | 27 | 34 |
| Binary | 110111 | 1000000 | 1011000 | 100110 | 11011 | 0 | 1000001 | 11100000 | 10111 | 11100 |
Color Harmonies of #374058
Complementary color
Monochromatic Colors of #374058
Black with #374058
Text Example
Text Example
White with #374058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374058; }
p { color: rgb(55,64,88); }
H1.HeaderClassName
{
color: #374058;
}
.AnyTagClassName
{
color: #374058;
}
</style>
background-color css
<style>
a { background-color: #374058; }
a { background-color: rgb(55,64,88); }
div.DivClassName
{
background-color: #374058;
}
.BgClassName
{
background-color: #374058;
}
</style>
border-color css
<style>
span { border-color: #374058; }
span { border-color: rgb(55,64,88); }
td.TdClassName
{
border-color: #374058;
}
.TagClassName
{
border-color: #374058;
}
</style>