Shades of Gulf Blue #2E3657
Tints of Gulf Blue #2E3657
RGB
CMYK
RGB Variations
Color information
#2E3657 (or 0x2E3657) is known color: Gulf Blue. HEX triplet: 2E, 36 and 57. RGB value is (46,54,87). Sum of RGB (Red+Green+Blue) = 46+54+87=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E3657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3657 is #D1C9A8. Grayscale: #373737. Windows color (decimal): -13748649 or 5715502. OLE color: 5715502.
HSL color Cylindrical-coordinate representation of color #2E3657: hue angle of 228.29º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E3657 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 54 | 87 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.66 |
| HSL | 228.29º | 0.31% | 0.26% | - |
| HSV(B) | 228.29º | 0.47% | 0.34% | - |
| XYZ | 4.17 | 3.91 | 9.55 | - |
| YUV | 55.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 87 | 0.47 | 0.38 | 0 | 0.66 | 228.29 | 0.31 | 0.26 |
| Hex | 2E | 36 | 57 | 2F | 26 | 0 | 42 | E4 | 1F | 1A |
| Octal | 56 | 66 | 127 | 57 | 46 | 0 | 102 | 344 | 37 | 32 |
| Binary | 101110 | 110110 | 1010111 | 101111 | 100110 | 0 | 1000010 | 11100100 | 11111 | 11010 |
Color Harmonies of #2E3657
Complementary color
Monochromatic Colors of #2E3657
Black with #2E3657
Text Example
Text Example
White with #2E3657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3657; }
p { color: rgb(46,54,87); }
H1.HeaderClassName
{
color: #2E3657;
}
.AnyTagClassName
{
color: #2E3657;
}
</style>
background-color css
<style>
a { background-color: #2E3657; }
a { background-color: rgb(46,54,87); }
div.DivClassName
{
background-color: #2E3657;
}
.BgClassName
{
background-color: #2E3657;
}
</style>
border-color css
<style>
span { border-color: #2E3657; }
span { border-color: rgb(46,54,87); }
td.TdClassName
{
border-color: #2E3657;
}
.TagClassName
{
border-color: #2E3657;
}
</style>