Shades of Gulf Blue #2E3B5A
Tints of Gulf Blue #2E3B5A
RGB
CMYK
RGB Variations
Color information
#2E3B5A (or 0x2E3B5A) is known color: Gulf Blue. HEX triplet: 2E, 3B and 5A. RGB value is (46,59,90). Sum of RGB (Red+Green+Blue) = 46+59+90=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E3B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3B5A is #D1C4A5. Grayscale: #3A3A3A. Windows color (decimal): -13747366 or 5913390. OLE color: 5913390.
HSL color Cylindrical-coordinate representation of color #2E3B5A: hue angle of 222.27º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E3B5A is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 59 | 90 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.65 |
| HSL | 222.27º | 0.32% | 0.27% | - |
| HSV(B) | 222.27º | 0.49% | 0.35% | - |
| XYZ | 4.54 | 4.45 | 10.29 | - |
| YUV | 58.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 90 | 0.49 | 0.34 | 0 | 0.65 | 222.27 | 0.32 | 0.27 |
| Hex | 2E | 3B | 5A | 31 | 22 | 0 | 41 | DE | 20 | 1B |
| Octal | 56 | 73 | 132 | 61 | 42 | 0 | 101 | 336 | 40 | 33 |
| Binary | 101110 | 111011 | 1011010 | 110001 | 100010 | 0 | 1000001 | 11011110 | 100000 | 11011 |
Color Harmonies of #2E3B5A
Complementary color
Monochromatic Colors of #2E3B5A
Black with #2E3B5A
Text Example
Text Example
White with #2E3B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3B5A; }
p { color: rgb(46,59,90); }
H1.HeaderClassName
{
color: #2E3B5A;
}
.AnyTagClassName
{
color: #2E3B5A;
}
</style>
background-color css
<style>
a { background-color: #2E3B5A; }
a { background-color: rgb(46,59,90); }
div.DivClassName
{
background-color: #2E3B5A;
}
.BgClassName
{
background-color: #2E3B5A;
}
</style>
border-color css
<style>
span { border-color: #2E3B5A; }
span { border-color: rgb(46,59,90); }
td.TdClassName
{
border-color: #2E3B5A;
}
.TagClassName
{
border-color: #2E3B5A;
}
</style>