Shades of Gulf Blue #2E4266
Tints of Gulf Blue #2E4266
RGB
CMYK
RGB Variations
Color information
#2E4266 (or 0x2E4266) is known color: Gulf Blue. HEX triplet: 2E, 42 and 66. RGB value is (46,66,102). Sum of RGB (Red+Green+Blue) = 46+66+102=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E4266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4266 is #D1BD99. Grayscale: #3F3F3F. Windows color (decimal): -13745562 or 6701614. OLE color: 6701614.
HSL color Cylindrical-coordinate representation of color #2E4266: hue angle of 218.57º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E4266 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 66 | 102 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.6 |
| HSL | 218.57º | 0.38% | 0.29% | - |
| HSV(B) | 218.57º | 0.55% | 0.4% | - |
| XYZ | 5.47 | 5.44 | 13.33 | - |
| YUV | 64.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 102 | 0.55 | 0.35 | 0 | 0.6 | 218.57 | 0.38 | 0.29 |
| Hex | 2E | 42 | 66 | 37 | 23 | 0 | 3C | DB | 26 | 1D |
| Octal | 56 | 102 | 146 | 67 | 43 | 0 | 74 | 333 | 46 | 35 |
| Binary | 101110 | 1000010 | 1100110 | 110111 | 100011 | 0 | 111100 | 11011011 | 100110 | 11101 |
Color Harmonies of #2E4266
Complementary color
Monochromatic Colors of #2E4266
Black with #2E4266
Text Example
Text Example
White with #2E4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4266; }
p { color: rgb(46,66,102); }
H1.HeaderClassName
{
color: #2E4266;
}
.AnyTagClassName
{
color: #2E4266;
}
</style>
background-color css
<style>
a { background-color: #2E4266; }
a { background-color: rgb(46,66,102); }
div.DivClassName
{
background-color: #2E4266;
}
.BgClassName
{
background-color: #2E4266;
}
</style>
border-color css
<style>
span { border-color: #2E4266; }
span { border-color: rgb(46,66,102); }
td.TdClassName
{
border-color: #2E4266;
}
.TagClassName
{
border-color: #2E4266;
}
</style>