Shades of Gulf Blue #2E4265
Tints of Gulf Blue #2E4265
RGB
CMYK
RGB Variations
Color information
#2E4265 (or 0x2E4265) is known color: Gulf Blue. HEX triplet: 2E, 42 and 65. RGB value is (46,66,101). Sum of RGB (Red+Green+Blue) = 46+66+101=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E4265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4265 is #D1BD9A. Grayscale: #3F3F3F. Windows color (decimal): -13745563 or 6636078. OLE color: 6636078.
HSL color Cylindrical-coordinate representation of color #2E4265: hue angle of 218.18º 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 #2E4265 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 66 | 101 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.60 |
| HSL | 218.18º | 0.37% | 0.29% | - |
| HSV(B) | 218.18º | 0.54% | 0.4% | - |
| XYZ | 5.42 | 5.42 | 13.07 | - |
| YUV | 64.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 101 | 0.54 | 0.35 | 0 | 0.60 | 218.18 | 0.37 | 0.29 |
| Hex | 2E | 42 | 65 | 36 | 23 | 0 | 3C | DA | 25 | 1D |
| Octal | 56 | 102 | 145 | 66 | 43 | 0 | 74 | 332 | 45 | 35 |
| Binary | 101110 | 1000010 | 1100101 | 110110 | 100011 | 0 | 111100 | 11011010 | 100101 | 11101 |
Color Harmonies of #2E4265
Complementary color
Monochromatic Colors of #2E4265
Black with #2E4265
Text Example
Text Example
White with #2E4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4265; }
p { color: rgb(46,66,101); }
H1.HeaderClassName
{
color: #2E4265;
}
.AnyTagClassName
{
color: #2E4265;
}
</style>
background-color css
<style>
a { background-color: #2E4265; }
a { background-color: rgb(46,66,101); }
div.DivClassName
{
background-color: #2E4265;
}
.BgClassName
{
background-color: #2E4265;
}
</style>
border-color css
<style>
span { border-color: #2E4265; }
span { border-color: rgb(46,66,101); }
td.TdClassName
{
border-color: #2E4265;
}
.TagClassName
{
border-color: #2E4265;
}
</style>