Shades of Gulf Blue #2E3E65
Tints of Gulf Blue #2E3E65
RGB
CMYK
RGB Variations
Color information
#2E3E65 (or 0x2E3E65) is known color: Gulf Blue. HEX triplet: 2E, 3E and 65. RGB value is (46,62,101). Sum of RGB (Red+Green+Blue) = 46+62+101=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E3E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3E65 is #D1C19A. Grayscale: #3D3D3D. Windows color (decimal): -13746587 or 6635054. OLE color: 6635054.
HSL color Cylindrical-coordinate representation of color #2E3E65: hue angle of 222.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E3E65 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 62 | 101 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.60 |
| HSL | 222.55º | 0.37% | 0.29% | - |
| HSV(B) | 222.55º | 0.54% | 0.4% | - |
| XYZ | 5.2 | 4.97 | 13 | - |
| YUV | 61.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 101 | 0.54 | 0.39 | 0 | 0.60 | 222.55 | 0.37 | 0.29 |
| Hex | 2E | 3E | 65 | 36 | 27 | 0 | 3C | DF | 25 | 1D |
| Octal | 56 | 76 | 145 | 66 | 47 | 0 | 74 | 337 | 45 | 35 |
| Binary | 101110 | 111110 | 1100101 | 110110 | 100111 | 0 | 111100 | 11011111 | 100101 | 11101 |
Color Harmonies of #2E3E65
Complementary color
Monochromatic Colors of #2E3E65
Black with #2E3E65
Text Example
Text Example
White with #2E3E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E65; }
p { color: rgb(46,62,101); }
H1.HeaderClassName
{
color: #2E3E65;
}
.AnyTagClassName
{
color: #2E3E65;
}
</style>
background-color css
<style>
a { background-color: #2E3E65; }
a { background-color: rgb(46,62,101); }
div.DivClassName
{
background-color: #2E3E65;
}
.BgClassName
{
background-color: #2E3E65;
}
</style>
border-color css
<style>
span { border-color: #2E3E65; }
span { border-color: rgb(46,62,101); }
td.TdClassName
{
border-color: #2E3E65;
}
.TagClassName
{
border-color: #2E3E65;
}
</style>