Shades of Gulf Blue #2A365B
Tints of Gulf Blue #2A365B
RGB
CMYK
RGB Variations
Color information
#2A365B (or 0x2A365B) is known color: Gulf Blue. HEX triplet: 2A, 36 and 5B. RGB value is (42,54,91). Sum of RGB (Red+Green+Blue) = 42+54+91=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A365B is #D5C9A4. Grayscale: #363636. Windows color (decimal): -14010789 or 5977642. OLE color: 5977642.
HSL color Cylindrical-coordinate representation of color #2A365B: hue angle of 225.31º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A365B is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 54 | 91 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.64 |
| HSL | 225.31º | 0.37% | 0.26% | - |
| HSV(B) | 225.31º | 0.54% | 0.36% | - |
| XYZ | 4.16 | 3.89 | 10.43 | - |
| YUV | 54.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 91 | 0.54 | 0.41 | 0 | 0.64 | 225.31 | 0.37 | 0.26 |
| Hex | 2A | 36 | 5B | 36 | 29 | 0 | 40 | E1 | 25 | 1A |
| Octal | 52 | 66 | 133 | 66 | 51 | 0 | 100 | 341 | 45 | 32 |
| Binary | 101010 | 110110 | 1011011 | 110110 | 101001 | 0 | 1000000 | 11100001 | 100101 | 11010 |
Color Harmonies of #2A365B
Complementary color
Monochromatic Colors of #2A365B
Black with #2A365B
Text Example
Text Example
White with #2A365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A365B; }
p { color: rgb(42,54,91); }
H1.HeaderClassName
{
color: #2A365B;
}
.AnyTagClassName
{
color: #2A365B;
}
</style>
background-color css
<style>
a { background-color: #2A365B; }
a { background-color: rgb(42,54,91); }
div.DivClassName
{
background-color: #2A365B;
}
.BgClassName
{
background-color: #2A365B;
}
</style>
border-color css
<style>
span { border-color: #2A365B; }
span { border-color: rgb(42,54,91); }
td.TdClassName
{
border-color: #2A365B;
}
.TagClassName
{
border-color: #2A365B;
}
</style>