Shades of Gulf Blue #2B375B
Tints of Gulf Blue #2B375B
RGB
CMYK
RGB Variations
Color information
#2B375B (or 0x2B375B) is known color: Gulf Blue. HEX triplet: 2B, 37 and 5B. RGB value is (43,55,91). Sum of RGB (Red+Green+Blue) = 43+55+91=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B375B is #D4C8A4. Grayscale: #373737. Windows color (decimal): -13944997 or 5977899. OLE color: 5977899.
HSL color Cylindrical-coordinate representation of color #2B375B: hue angle of 225º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B375B is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 55 | 91 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.64 |
| HSL | 225º | 0.36% | 0.26% | - |
| HSV(B) | 225º | 0.53% | 0.36% | - |
| XYZ | 4.25 | 4 | 10.45 | - |
| YUV | 55.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 91 | 0.53 | 0.40 | 0 | 0.64 | 225 | 0.36 | 0.26 |
| Hex | 2B | 37 | 5B | 35 | 28 | 0 | 40 | E1 | 24 | 1A |
| Octal | 53 | 67 | 133 | 65 | 50 | 0 | 100 | 341 | 44 | 32 |
| Binary | 101011 | 110111 | 1011011 | 110101 | 101000 | 0 | 1000000 | 11100001 | 100100 | 11010 |
Color Harmonies of #2B375B
Complementary color
Monochromatic Colors of #2B375B
Black with #2B375B
Text Example
Text Example
White with #2B375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B375B; }
p { color: rgb(43,55,91); }
H1.HeaderClassName
{
color: #2B375B;
}
.AnyTagClassName
{
color: #2B375B;
}
</style>
background-color css
<style>
a { background-color: #2B375B; }
a { background-color: rgb(43,55,91); }
div.DivClassName
{
background-color: #2B375B;
}
.BgClassName
{
background-color: #2B375B;
}
</style>
border-color css
<style>
span { border-color: #2B375B; }
span { border-color: rgb(43,55,91); }
td.TdClassName
{
border-color: #2B375B;
}
.TagClassName
{
border-color: #2B375B;
}
</style>