Shades of Gulf Blue #2B3559
Tints of Gulf Blue #2B3559
RGB
CMYK
RGB Variations
Color information
#2B3559 (or 0x2B3559) is known color: Gulf Blue. HEX triplet: 2B, 35 and 59. RGB value is (43,53,89). Sum of RGB (Red+Green+Blue) = 43+53+89=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B3559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3559 is #D4CAA6. Grayscale: #353535. Windows color (decimal): -13945511 or 5846315. OLE color: 5846315.
HSL color Cylindrical-coordinate representation of color #2B3559: hue angle of 226.96º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B3559 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 53 | 89 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.65 |
| HSL | 226.96º | 0.35% | 0.26% | - |
| HSV(B) | 226.96º | 0.52% | 0.35% | - |
| XYZ | 4.07 | 3.78 | 9.97 | - |
| YUV | 54.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 89 | 0.52 | 0.40 | 0 | 0.65 | 226.96 | 0.35 | 0.26 |
| Hex | 2B | 35 | 59 | 34 | 28 | 0 | 41 | E3 | 23 | 1A |
| Octal | 53 | 65 | 131 | 64 | 50 | 0 | 101 | 343 | 43 | 32 |
| Binary | 101011 | 110101 | 1011001 | 110100 | 101000 | 0 | 1000001 | 11100011 | 100011 | 11010 |
Color Harmonies of #2B3559
Complementary color
Monochromatic Colors of #2B3559
Black with #2B3559
Text Example
Text Example
White with #2B3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3559; }
p { color: rgb(43,53,89); }
H1.HeaderClassName
{
color: #2B3559;
}
.AnyTagClassName
{
color: #2B3559;
}
</style>
background-color css
<style>
a { background-color: #2B3559; }
a { background-color: rgb(43,53,89); }
div.DivClassName
{
background-color: #2B3559;
}
.BgClassName
{
background-color: #2B3559;
}
</style>
border-color css
<style>
span { border-color: #2B3559; }
span { border-color: rgb(43,53,89); }
td.TdClassName
{
border-color: #2B3559;
}
.TagClassName
{
border-color: #2B3559;
}
</style>