Shades of Gulf Blue #2A375E
Tints of Gulf Blue #2A375E
RGB
CMYK
RGB Variations
Color information
#2A375E (or 0x2A375E) is known color: Gulf Blue. HEX triplet: 2A, 37 and 5E. RGB value is (42,55,94). Sum of RGB (Red+Green+Blue) = 42+55+94=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A375E is #D5C8A1. Grayscale: #373737. Windows color (decimal): -14010530 or 6174506. OLE color: 6174506.
HSL color Cylindrical-coordinate representation of color #2A375E: hue angle of 225º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A375E is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 55 | 94 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.63 |
| HSL | 225º | 0.38% | 0.27% | - |
| HSV(B) | 225º | 0.55% | 0.37% | - |
| XYZ | 4.34 | 4.03 | 11.14 | - |
| YUV | 55.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 94 | 0.55 | 0.41 | 0 | 0.63 | 225 | 0.38 | 0.27 |
| Hex | 2A | 37 | 5E | 37 | 29 | 0 | 3F | E1 | 26 | 1B |
| Octal | 52 | 67 | 136 | 67 | 51 | 0 | 77 | 341 | 46 | 33 |
| Binary | 101010 | 110111 | 1011110 | 110111 | 101001 | 0 | 111111 | 11100001 | 100110 | 11011 |
Color Harmonies of #2A375E
Complementary color
Monochromatic Colors of #2A375E
Black with #2A375E
Text Example
Text Example
White with #2A375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A375E; }
p { color: rgb(42,55,94); }
H1.HeaderClassName
{
color: #2A375E;
}
.AnyTagClassName
{
color: #2A375E;
}
</style>
background-color css
<style>
a { background-color: #2A375E; }
a { background-color: rgb(42,55,94); }
div.DivClassName
{
background-color: #2A375E;
}
.BgClassName
{
background-color: #2A375E;
}
</style>
border-color css
<style>
span { border-color: #2A375E; }
span { border-color: rgb(42,55,94); }
td.TdClassName
{
border-color: #2A375E;
}
.TagClassName
{
border-color: #2A375E;
}
</style>