Shades of Gulf Blue #2E375A
Tints of Gulf Blue #2E375A
RGB
CMYK
RGB Variations
Color information
#2E375A (or 0x2E375A) is known color: Gulf Blue. HEX triplet: 2E, 37 and 5A. RGB value is (46,55,90). Sum of RGB (Red+Green+Blue) = 46+55+90=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E375A is #D1C8A5. Grayscale: #383838. Windows color (decimal): -13748390 or 5912366. OLE color: 5912366.
HSL color Cylindrical-coordinate representation of color #2E375A: hue angle of 227.73º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E375A is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 55 | 90 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.65 |
| HSL | 227.73º | 0.32% | 0.27% | - |
| HSV(B) | 227.73º | 0.49% | 0.35% | - |
| XYZ | 4.34 | 4.05 | 10.23 | - |
| YUV | 56.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 90 | 0.49 | 0.39 | 0 | 0.65 | 227.73 | 0.32 | 0.27 |
| Hex | 2E | 37 | 5A | 31 | 27 | 0 | 41 | E4 | 20 | 1B |
| Octal | 56 | 67 | 132 | 61 | 47 | 0 | 101 | 344 | 40 | 33 |
| Binary | 101110 | 110111 | 1011010 | 110001 | 100111 | 0 | 1000001 | 11100100 | 100000 | 11011 |
Color Harmonies of #2E375A
Complementary color
Monochromatic Colors of #2E375A
Black with #2E375A
Text Example
Text Example
White with #2E375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E375A; }
p { color: rgb(46,55,90); }
H1.HeaderClassName
{
color: #2E375A;
}
.AnyTagClassName
{
color: #2E375A;
}
</style>
background-color css
<style>
a { background-color: #2E375A; }
a { background-color: rgb(46,55,90); }
div.DivClassName
{
background-color: #2E375A;
}
.BgClassName
{
background-color: #2E375A;
}
</style>
border-color css
<style>
span { border-color: #2E375A; }
span { border-color: rgb(46,55,90); }
td.TdClassName
{
border-color: #2E375A;
}
.TagClassName
{
border-color: #2E375A;
}
</style>