Shades of Gulf Blue #2E4162
Tints of Gulf Blue #2E4162
RGB
CMYK
RGB Variations
Color information
#2E4162 (or 0x2E4162) is known color: Gulf Blue. HEX triplet: 2E, 41 and 62. RGB value is (46,65,98). Sum of RGB (Red+Green+Blue) = 46+65+98=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E4162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4162 is #D1BE9D. Grayscale: #3E3E3E. Windows color (decimal): -13745822 or 6439214. OLE color: 6439214.
HSL color Cylindrical-coordinate representation of color #2E4162: hue angle of 218.08º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E4162 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 65 | 98 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.62 |
| HSL | 218.08º | 0.36% | 0.28% | - |
| HSV(B) | 218.08º | 0.53% | 0.38% | - |
| XYZ | 5.22 | 5.24 | 12.29 | - |
| YUV | 63.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 98 | 0.53 | 0.34 | 0 | 0.62 | 218.08 | 0.36 | 0.28 |
| Hex | 2E | 41 | 62 | 35 | 22 | 0 | 3E | DA | 24 | 1C |
| Octal | 56 | 101 | 142 | 65 | 42 | 0 | 76 | 332 | 44 | 34 |
| Binary | 101110 | 1000001 | 1100010 | 110101 | 100010 | 0 | 111110 | 11011010 | 100100 | 11100 |
Color Harmonies of #2E4162
Complementary color
Monochromatic Colors of #2E4162
Black with #2E4162
Text Example
Text Example
White with #2E4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4162; }
p { color: rgb(46,65,98); }
H1.HeaderClassName
{
color: #2E4162;
}
.AnyTagClassName
{
color: #2E4162;
}
</style>
background-color css
<style>
a { background-color: #2E4162; }
a { background-color: rgb(46,65,98); }
div.DivClassName
{
background-color: #2E4162;
}
.BgClassName
{
background-color: #2E4162;
}
</style>
border-color css
<style>
span { border-color: #2E4162; }
span { border-color: rgb(46,65,98); }
td.TdClassName
{
border-color: #2E4162;
}
.TagClassName
{
border-color: #2E4162;
}
</style>