Shades of Gulf Blue #2E3E62
Tints of Gulf Blue #2E3E62
RGB
CMYK
RGB Variations
Color information
#2E3E62 (or 0x2E3E62) is known color: Gulf Blue. HEX triplet: 2E, 3E and 62. RGB value is (46,62,98). Sum of RGB (Red+Green+Blue) = 46+62+98=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E3E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3E62 is #D1C19D. Grayscale: #3D3D3D. Windows color (decimal): -13746590 or 6438446. OLE color: 6438446.
HSL color Cylindrical-coordinate representation of color #2E3E62: hue angle of 221.54º 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 #2E3E62 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 62 | 98 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.62 |
| HSL | 221.54º | 0.36% | 0.28% | - |
| HSV(B) | 221.54º | 0.53% | 0.38% | - |
| XYZ | 5.05 | 4.91 | 12.24 | - |
| YUV | 61.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 98 | 0.53 | 0.37 | 0 | 0.62 | 221.54 | 0.36 | 0.28 |
| Hex | 2E | 3E | 62 | 35 | 25 | 0 | 3E | DE | 24 | 1C |
| Octal | 56 | 76 | 142 | 65 | 45 | 0 | 76 | 336 | 44 | 34 |
| Binary | 101110 | 111110 | 1100010 | 110101 | 100101 | 0 | 111110 | 11011110 | 100100 | 11100 |
Color Harmonies of #2E3E62
Complementary color
Monochromatic Colors of #2E3E62
Black with #2E3E62
Text Example
Text Example
White with #2E3E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E62; }
p { color: rgb(46,62,98); }
H1.HeaderClassName
{
color: #2E3E62;
}
.AnyTagClassName
{
color: #2E3E62;
}
</style>
background-color css
<style>
a { background-color: #2E3E62; }
a { background-color: rgb(46,62,98); }
div.DivClassName
{
background-color: #2E3E62;
}
.BgClassName
{
background-color: #2E3E62;
}
</style>
border-color css
<style>
span { border-color: #2E3E62; }
span { border-color: rgb(46,62,98); }
td.TdClassName
{
border-color: #2E3E62;
}
.TagClassName
{
border-color: #2E3E62;
}
</style>