Shades of Gulf Blue #2E476C
Tints of Gulf Blue #2E476C
RGB
CMYK
RGB Variations
Color information
#2E476C (or 0x2E476C) is known color: Gulf Blue. HEX triplet: 2E, 47 and 6C. RGB value is (46,71,108). Sum of RGB (Red+Green+Blue) = 46+71+108=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E476C is #D1B893. Grayscale: #434343. Windows color (decimal): -13744276 or 7096110. OLE color: 7096110.
HSL color Cylindrical-coordinate representation of color #2E476C: hue angle of 215.81º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E476C is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 71 | 108 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.58 |
| HSL | 215.81º | 0.4% | 0.3% | - |
| HSV(B) | 215.81º | 0.57% | 0.42% | - |
| XYZ | 6.09 | 6.17 | 15.06 | - |
| YUV | 67.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 108 | 0.57 | 0.34 | 0 | 0.58 | 215.81 | 0.4 | 0.3 |
| Hex | 2E | 47 | 6C | 39 | 22 | 0 | 3A | D8 | 28 | 1E |
| Octal | 56 | 107 | 154 | 71 | 42 | 0 | 72 | 330 | 50 | 36 |
| Binary | 101110 | 1000111 | 1101100 | 111001 | 100010 | 0 | 111010 | 11011000 | 101000 | 11110 |
Color Harmonies of #2E476C
Complementary color
Monochromatic Colors of #2E476C
Black with #2E476C
Text Example
Text Example
White with #2E476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E476C; }
p { color: rgb(46,71,108); }
H1.HeaderClassName
{
color: #2E476C;
}
.AnyTagClassName
{
color: #2E476C;
}
</style>
background-color css
<style>
a { background-color: #2E476C; }
a { background-color: rgb(46,71,108); }
div.DivClassName
{
background-color: #2E476C;
}
.BgClassName
{
background-color: #2E476C;
}
</style>
border-color css
<style>
span { border-color: #2E476C; }
span { border-color: rgb(46,71,108); }
td.TdClassName
{
border-color: #2E476C;
}
.TagClassName
{
border-color: #2E476C;
}
</style>