Shades of Gulf Blue #2E4168
Tints of Gulf Blue #2E4168
RGB
CMYK
RGB Variations
Color information
#2E4168 (or 0x2E4168) is known color: Gulf Blue. HEX triplet: 2E, 41 and 68. RGB value is (46,65,104). Sum of RGB (Red+Green+Blue) = 46+65+104=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E4168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4168 is #D1BE97. Grayscale: #3F3F3F. Windows color (decimal): -13745816 or 6832430. OLE color: 6832430.
HSL color Cylindrical-coordinate representation of color #2E4168: hue angle of 220.34º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E4168 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 65 | 104 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.59 |
| HSL | 220.34º | 0.39% | 0.29% | - |
| HSV(B) | 220.34º | 0.56% | 0.41% | - |
| XYZ | 5.52 | 5.36 | 13.84 | - |
| YUV | 63.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 104 | 0.56 | 0.38 | 0 | 0.59 | 220.34 | 0.39 | 0.29 |
| Hex | 2E | 41 | 68 | 38 | 26 | 0 | 3B | DC | 27 | 1D |
| Octal | 56 | 101 | 150 | 70 | 46 | 0 | 73 | 334 | 47 | 35 |
| Binary | 101110 | 1000001 | 1101000 | 111000 | 100110 | 0 | 111011 | 11011100 | 100111 | 11101 |
Color Harmonies of #2E4168
Complementary color
Monochromatic Colors of #2E4168
Black with #2E4168
Text Example
Text Example
White with #2E4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4168; }
p { color: rgb(46,65,104); }
H1.HeaderClassName
{
color: #2E4168;
}
.AnyTagClassName
{
color: #2E4168;
}
</style>
background-color css
<style>
a { background-color: #2E4168; }
a { background-color: rgb(46,65,104); }
div.DivClassName
{
background-color: #2E4168;
}
.BgClassName
{
background-color: #2E4168;
}
</style>
border-color css
<style>
span { border-color: #2E4168; }
span { border-color: rgb(46,65,104); }
td.TdClassName
{
border-color: #2E4168;
}
.TagClassName
{
border-color: #2E4168;
}
</style>