Shades of Gulf Blue #2B3860
Tints of Gulf Blue #2B3860
RGB
CMYK
RGB Variations
Color information
#2B3860 (or 0x2B3860) is known color: Gulf Blue. HEX triplet: 2B, 38 and 60. RGB value is (43,56,96). Sum of RGB (Red+Green+Blue) = 43+56+96=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B3860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3860 is #D4C79F. Grayscale: #383838. Windows color (decimal): -13944736 or 6305835. OLE color: 6305835.
HSL color Cylindrical-coordinate representation of color #2B3860: hue angle of 225.28º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B3860 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 56 | 96 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.62 |
| HSL | 225.28º | 0.38% | 0.27% | - |
| HSV(B) | 225.28º | 0.55% | 0.38% | - |
| XYZ | 4.52 | 4.19 | 11.64 | - |
| YUV | 56.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 96 | 0.55 | 0.42 | 0 | 0.62 | 225.28 | 0.38 | 0.27 |
| Hex | 2B | 38 | 60 | 37 | 2A | 0 | 3E | E1 | 26 | 1B |
| Octal | 53 | 70 | 140 | 67 | 52 | 0 | 76 | 341 | 46 | 33 |
| Binary | 101011 | 111000 | 1100000 | 110111 | 101010 | 0 | 111110 | 11100001 | 100110 | 11011 |
Color Harmonies of #2B3860
Complementary color
Monochromatic Colors of #2B3860
Black with #2B3860
Text Example
Text Example
White with #2B3860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3860; }
p { color: rgb(43,56,96); }
H1.HeaderClassName
{
color: #2B3860;
}
.AnyTagClassName
{
color: #2B3860;
}
</style>
background-color css
<style>
a { background-color: #2B3860; }
a { background-color: rgb(43,56,96); }
div.DivClassName
{
background-color: #2B3860;
}
.BgClassName
{
background-color: #2B3860;
}
</style>
border-color css
<style>
span { border-color: #2B3860; }
span { border-color: rgb(43,56,96); }
td.TdClassName
{
border-color: #2B3860;
}
.TagClassName
{
border-color: #2B3860;
}
</style>