Shades of Gulf Blue #2E3C5F
Tints of Gulf Blue #2E3C5F
RGB
CMYK
RGB Variations
Color information
#2E3C5F (or 0x2E3C5F) is known color: Gulf Blue. HEX triplet: 2E, 3C and 5F. RGB value is (46,60,95). Sum of RGB (Red+Green+Blue) = 46+60+95=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E3C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3C5F is #D1C3A0. Grayscale: #3B3B3B. Windows color (decimal): -13747105 or 6241326. OLE color: 6241326.
HSL color Cylindrical-coordinate representation of color #2E3C5F: hue angle of 222.86º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E3C5F is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 46 | 60 | 95 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.63 |
| HSL | 222.86º | 0.35% | 0.28% | - |
| HSV(B) | 222.86º | 0.52% | 0.37% | - |
| XYZ | 4.81 | 4.64 | 11.47 | - |
| YUV | 59.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 95 | 0.52 | 0.37 | 0 | 0.63 | 222.86 | 0.35 | 0.28 |
| Hex | 2E | 3C | 5F | 34 | 25 | 0 | 3F | DF | 23 | 1C |
| Octal | 56 | 74 | 137 | 64 | 45 | 0 | 77 | 337 | 43 | 34 |
| Binary | 101110 | 111100 | 1011111 | 110100 | 100101 | 0 | 111111 | 11011111 | 100011 | 11100 |
Color Harmonies of #2E3C5F
Complementary color
Monochromatic Colors of #2E3C5F
Black with #2E3C5F
Text Example
Text Example
White with #2E3C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C5F; }
p { color: rgb(46,60,95); }
H1.HeaderClassName
{
color: #2E3C5F;
}
.AnyTagClassName
{
color: #2E3C5F;
}
</style>
background-color css
<style>
a { background-color: #2E3C5F; }
a { background-color: rgb(46,60,95); }
div.DivClassName
{
background-color: #2E3C5F;
}
.BgClassName
{
background-color: #2E3C5F;
}
</style>
border-color css
<style>
span { border-color: #2E3C5F; }
span { border-color: rgb(46,60,95); }
td.TdClassName
{
border-color: #2E3C5F;
}
.TagClassName
{
border-color: #2E3C5F;
}
</style>