Shades of Gulf Blue #2B375F
Tints of Gulf Blue #2B375F
RGB
CMYK
RGB Variations
Color information
#2B375F (or 0x2B375F) is known color: Gulf Blue. HEX triplet: 2B, 37 and 5F. RGB value is (43,55,95). Sum of RGB (Red+Green+Blue) = 43+55+95=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B375F is #D4C8A0. Grayscale: #373737. Windows color (decimal): -13944993 or 6240043. OLE color: 6240043.
HSL color Cylindrical-coordinate representation of color #2B375F: hue angle of 226.15º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B375F is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 55 | 95 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.63 |
| HSL | 226.15º | 0.38% | 0.27% | - |
| HSV(B) | 226.15º | 0.55% | 0.37% | - |
| XYZ | 4.43 | 4.07 | 11.38 | - |
| YUV | 55.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 95 | 0.55 | 0.42 | 0 | 0.63 | 226.15 | 0.38 | 0.27 |
| Hex | 2B | 37 | 5F | 37 | 2A | 0 | 3F | E2 | 26 | 1B |
| Octal | 53 | 67 | 137 | 67 | 52 | 0 | 77 | 342 | 46 | 33 |
| Binary | 101011 | 110111 | 1011111 | 110111 | 101010 | 0 | 111111 | 11100010 | 100110 | 11011 |
Color Harmonies of #2B375F
Complementary color
Monochromatic Colors of #2B375F
Black with #2B375F
Text Example
Text Example
White with #2B375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B375F; }
p { color: rgb(43,55,95); }
H1.HeaderClassName
{
color: #2B375F;
}
.AnyTagClassName
{
color: #2B375F;
}
</style>
background-color css
<style>
a { background-color: #2B375F; }
a { background-color: rgb(43,55,95); }
div.DivClassName
{
background-color: #2B375F;
}
.BgClassName
{
background-color: #2B375F;
}
</style>
border-color css
<style>
span { border-color: #2B375F; }
span { border-color: rgb(43,55,95); }
td.TdClassName
{
border-color: #2B375F;
}
.TagClassName
{
border-color: #2B375F;
}
</style>