Shades of Gulf Blue #2E3A60
Tints of Gulf Blue #2E3A60
RGB
CMYK
RGB Variations
Color information
#2E3A60 (or 0x2E3A60) is known color: Gulf Blue. HEX triplet: 2E, 3A and 60. RGB value is (46,58,96). Sum of RGB (Red+Green+Blue) = 46+58+96=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E3A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3A60 is #D1C59F. Grayscale: #3A3A3A. Windows color (decimal): -13747616 or 6306350. OLE color: 6306350.
HSL color Cylindrical-coordinate representation of color #2E3A60: hue angle of 225.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E3A60 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 58 | 96 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.62 |
| HSL | 225.6º | 0.35% | 0.28% | - |
| HSV(B) | 225.6º | 0.52% | 0.38% | - |
| XYZ | 4.75 | 4.45 | 11.68 | - |
| YUV | 58.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 96 | 0.52 | 0.40 | 0 | 0.62 | 225.6 | 0.35 | 0.28 |
| Hex | 2E | 3A | 60 | 34 | 28 | 0 | 3E | E2 | 23 | 1C |
| Octal | 56 | 72 | 140 | 64 | 50 | 0 | 76 | 342 | 43 | 34 |
| Binary | 101110 | 111010 | 1100000 | 110100 | 101000 | 0 | 111110 | 11100010 | 100011 | 11100 |
Color Harmonies of #2E3A60
Complementary color
Monochromatic Colors of #2E3A60
Black with #2E3A60
Text Example
Text Example
White with #2E3A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A60; }
p { color: rgb(46,58,96); }
H1.HeaderClassName
{
color: #2E3A60;
}
.AnyTagClassName
{
color: #2E3A60;
}
</style>
background-color css
<style>
a { background-color: #2E3A60; }
a { background-color: rgb(46,58,96); }
div.DivClassName
{
background-color: #2E3A60;
}
.BgClassName
{
background-color: #2E3A60;
}
</style>
border-color css
<style>
span { border-color: #2E3A60; }
span { border-color: rgb(46,58,96); }
td.TdClassName
{
border-color: #2E3A60;
}
.TagClassName
{
border-color: #2E3A60;
}
</style>