Shades of Gulf Blue #2B3B61
Tints of Gulf Blue #2B3B61
RGB
CMYK
RGB Variations
Color information
#2B3B61 (or 0x2B3B61) is known color: Gulf Blue. HEX triplet: 2B, 3B and 61. RGB value is (43,59,97). Sum of RGB (Red+Green+Blue) = 43+59+97=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B3B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3B61 is #D4C49E. Grayscale: #3A3A3A. Windows color (decimal): -13943967 or 6372139. OLE color: 6372139.
HSL color Cylindrical-coordinate representation of color #2B3B61: hue angle of 222.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B3B61 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 59 | 97 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.62 |
| HSL | 222.22º | 0.39% | 0.27% | - |
| HSV(B) | 222.22º | 0.56% | 0.38% | - |
| XYZ | 4.72 | 4.5 | 11.93 | - |
| YUV | 58.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 59 | 97 | 0.56 | 0.39 | 0 | 0.62 | 222.22 | 0.39 | 0.27 |
| Hex | 2B | 3B | 61 | 38 | 27 | 0 | 3E | DE | 27 | 1B |
| Octal | 53 | 73 | 141 | 70 | 47 | 0 | 76 | 336 | 47 | 33 |
| Binary | 101011 | 111011 | 1100001 | 111000 | 100111 | 0 | 111110 | 11011110 | 100111 | 11011 |
Color Harmonies of #2B3B61
Complementary color
Monochromatic Colors of #2B3B61
Black with #2B3B61
Text Example
Text Example
White with #2B3B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3B61; }
p { color: rgb(43,59,97); }
H1.HeaderClassName
{
color: #2B3B61;
}
.AnyTagClassName
{
color: #2B3B61;
}
</style>
background-color css
<style>
a { background-color: #2B3B61; }
a { background-color: rgb(43,59,97); }
div.DivClassName
{
background-color: #2B3B61;
}
.BgClassName
{
background-color: #2B3B61;
}
</style>
border-color css
<style>
span { border-color: #2B3B61; }
span { border-color: rgb(43,59,97); }
td.TdClassName
{
border-color: #2B3B61;
}
.TagClassName
{
border-color: #2B3B61;
}
</style>