Shades of Gulf Blue #2E4060
Tints of Gulf Blue #2E4060
RGB
CMYK
RGB Variations
Color information
#2E4060 (or 0x2E4060) is known color: Gulf Blue. HEX triplet: 2E, 40 and 60. RGB value is (46,64,96). Sum of RGB (Red+Green+Blue) = 46+64+96=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E4060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4060 is #D1BF9F. Grayscale: #3E3E3E. Windows color (decimal): -13746080 or 6307886. OLE color: 6307886.
HSL color Cylindrical-coordinate representation of color #2E4060: hue angle of 218.4º 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 #2E4060 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 64 | 96 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.62 |
| HSL | 218.4º | 0.35% | 0.28% | - |
| HSV(B) | 218.4º | 0.52% | 0.38% | - |
| XYZ | 5.07 | 5.09 | 11.78 | - |
| YUV | 62.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 96 | 0.52 | 0.33 | 0 | 0.62 | 218.4 | 0.35 | 0.28 |
| Hex | 2E | 40 | 60 | 34 | 21 | 0 | 3E | DA | 23 | 1C |
| Octal | 56 | 100 | 140 | 64 | 41 | 0 | 76 | 332 | 43 | 34 |
| Binary | 101110 | 1000000 | 1100000 | 110100 | 100001 | 0 | 111110 | 11011010 | 100011 | 11100 |
Color Harmonies of #2E4060
Complementary color
Monochromatic Colors of #2E4060
Black with #2E4060
Text Example
Text Example
White with #2E4060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4060; }
p { color: rgb(46,64,96); }
H1.HeaderClassName
{
color: #2E4060;
}
.AnyTagClassName
{
color: #2E4060;
}
</style>
background-color css
<style>
a { background-color: #2E4060; }
a { background-color: rgb(46,64,96); }
div.DivClassName
{
background-color: #2E4060;
}
.BgClassName
{
background-color: #2E4060;
}
</style>
border-color css
<style>
span { border-color: #2E4060; }
span { border-color: rgb(46,64,96); }
td.TdClassName
{
border-color: #2E4060;
}
.TagClassName
{
border-color: #2E4060;
}
</style>