Shades of Gulf Blue #374565
Tints of Gulf Blue #374565
RGB
CMYK
RGB Variations
Color information
#374565 (or 0x374565) is known color: Gulf Blue. HEX triplet: 37, 45 and 65. RGB value is (55,69,101). Sum of RGB (Red+Green+Blue) = 55+69+101=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #374565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374565 is #C8BA9A. Grayscale: #444444. Windows color (decimal): -13154971 or 6636855. OLE color: 6636855.
HSL color Cylindrical-coordinate representation of color #374565: hue angle of 221.74º degrees, saturation: 0.29, 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 #374565 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 69 | 101 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.60 |
| HSL | 221.74º | 0.29% | 0.31% | - |
| HSV(B) | 221.74º | 0.46% | 0.4% | - |
| XYZ | 6.05 | 6.01 | 13.15 | - |
| YUV | 68.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 101 | 0.46 | 0.32 | 0 | 0.60 | 221.74 | 0.29 | 0.31 |
| Hex | 37 | 45 | 65 | 2E | 20 | 0 | 3C | DE | 1D | 1F |
| Octal | 67 | 105 | 145 | 56 | 40 | 0 | 74 | 336 | 35 | 37 |
| Binary | 110111 | 1000101 | 1100101 | 101110 | 100000 | 0 | 111100 | 11011110 | 11101 | 11111 |
Color Harmonies of #374565
Complementary color
Monochromatic Colors of #374565
Black with #374565
Text Example
Text Example
White with #374565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374565; }
p { color: rgb(55,69,101); }
H1.HeaderClassName
{
color: #374565;
}
.AnyTagClassName
{
color: #374565;
}
</style>
background-color css
<style>
a { background-color: #374565; }
a { background-color: rgb(55,69,101); }
div.DivClassName
{
background-color: #374565;
}
.BgClassName
{
background-color: #374565;
}
</style>
border-color css
<style>
span { border-color: #374565; }
span { border-color: rgb(55,69,101); }
td.TdClassName
{
border-color: #374565;
}
.TagClassName
{
border-color: #374565;
}
</style>