Shades of Gulf Blue #2E4166
Tints of Gulf Blue #2E4166
RGB
CMYK
RGB Variations
Color information
#2E4166 (or 0x2E4166) is known color: Gulf Blue. HEX triplet: 2E, 41 and 66. RGB value is (46,65,102). Sum of RGB (Red+Green+Blue) = 46+65+102=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E4166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4166 is #D1BE99. Grayscale: #3F3F3F. Windows color (decimal): -13745818 or 6701358. OLE color: 6701358.
HSL color Cylindrical-coordinate representation of color #2E4166: hue angle of 219.64º 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 #2E4166 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 65 | 102 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.6 |
| HSL | 219.64º | 0.38% | 0.29% | - |
| HSV(B) | 219.64º | 0.55% | 0.4% | - |
| XYZ | 5.42 | 5.32 | 13.31 | - |
| YUV | 63.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 102 | 0.55 | 0.36 | 0 | 0.6 | 219.64 | 0.38 | 0.29 |
| Hex | 2E | 41 | 66 | 37 | 24 | 0 | 3C | DC | 26 | 1D |
| Octal | 56 | 101 | 146 | 67 | 44 | 0 | 74 | 334 | 46 | 35 |
| Binary | 101110 | 1000001 | 1100110 | 110111 | 100100 | 0 | 111100 | 11011100 | 100110 | 11101 |
Color Harmonies of #2E4166
Complementary color
Monochromatic Colors of #2E4166
Black with #2E4166
Text Example
Text Example
White with #2E4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4166; }
p { color: rgb(46,65,102); }
H1.HeaderClassName
{
color: #2E4166;
}
.AnyTagClassName
{
color: #2E4166;
}
</style>
background-color css
<style>
a { background-color: #2E4166; }
a { background-color: rgb(46,65,102); }
div.DivClassName
{
background-color: #2E4166;
}
.BgClassName
{
background-color: #2E4166;
}
</style>
border-color css
<style>
span { border-color: #2E4166; }
span { border-color: rgb(46,65,102); }
td.TdClassName
{
border-color: #2E4166;
}
.TagClassName
{
border-color: #2E4166;
}
</style>