Shades of Gulf Blue #2E4066
Tints of Gulf Blue #2E4066
RGB
CMYK
RGB Variations
Color information
#2E4066 (or 0x2E4066) is known color: Gulf Blue. HEX triplet: 2E, 40 and 66. RGB value is (46,64,102). Sum of RGB (Red+Green+Blue) = 46+64+102=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E4066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4066 is #D1BF99. Grayscale: #3E3E3E. Windows color (decimal): -13746074 or 6701102. OLE color: 6701102.
HSL color Cylindrical-coordinate representation of color #2E4066: hue angle of 220.71º 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 #2E4066 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 64 | 102 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.6 |
| HSL | 220.71º | 0.38% | 0.29% | - |
| HSV(B) | 220.71º | 0.55% | 0.4% | - |
| XYZ | 5.36 | 5.21 | 13.29 | - |
| YUV | 62.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 102 | 0.55 | 0.37 | 0 | 0.6 | 220.71 | 0.38 | 0.29 |
| Hex | 2E | 40 | 66 | 37 | 25 | 0 | 3C | DD | 26 | 1D |
| Octal | 56 | 100 | 146 | 67 | 45 | 0 | 74 | 335 | 46 | 35 |
| Binary | 101110 | 1000000 | 1100110 | 110111 | 100101 | 0 | 111100 | 11011101 | 100110 | 11101 |
Color Harmonies of #2E4066
Complementary color
Monochromatic Colors of #2E4066
Black with #2E4066
Text Example
Text Example
White with #2E4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4066; }
p { color: rgb(46,64,102); }
H1.HeaderClassName
{
color: #2E4066;
}
.AnyTagClassName
{
color: #2E4066;
}
</style>
background-color css
<style>
a { background-color: #2E4066; }
a { background-color: rgb(46,64,102); }
div.DivClassName
{
background-color: #2E4066;
}
.BgClassName
{
background-color: #2E4066;
}
</style>
border-color css
<style>
span { border-color: #2E4066; }
span { border-color: rgb(46,64,102); }
td.TdClassName
{
border-color: #2E4066;
}
.TagClassName
{
border-color: #2E4066;
}
</style>