Shades of Gulf Blue #2B4069
Tints of Gulf Blue #2B4069
RGB
CMYK
RGB Variations
Color information
#2B4069 (or 0x2B4069) is known color: Gulf Blue. HEX triplet: 2B, 40 and 69. RGB value is (43,64,105). Sum of RGB (Red+Green+Blue) = 43+64+105=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B4069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4069 is #D4BF96. Grayscale: #3E3E3E. Windows color (decimal): -13942679 or 6897707. OLE color: 6897707.
HSL color Cylindrical-coordinate representation of color #2B4069: hue angle of 219.68º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B4069 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 64 | 105 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.59 |
| HSL | 219.68º | 0.42% | 0.29% | - |
| HSV(B) | 219.68º | 0.59% | 0.41% | - |
| XYZ | 5.38 | 5.2 | 14.08 | - |
| YUV | 62.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 105 | 0.59 | 0.39 | 0 | 0.59 | 219.68 | 0.42 | 0.29 |
| Hex | 2B | 40 | 69 | 3B | 27 | 0 | 3B | DC | 2A | 1D |
| Octal | 53 | 100 | 151 | 73 | 47 | 0 | 73 | 334 | 52 | 35 |
| Binary | 101011 | 1000000 | 1101001 | 111011 | 100111 | 0 | 111011 | 11011100 | 101010 | 11101 |
Color Harmonies of #2B4069
Complementary color
Monochromatic Colors of #2B4069
Black with #2B4069
Text Example
Text Example
White with #2B4069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4069; }
p { color: rgb(43,64,105); }
H1.HeaderClassName
{
color: #2B4069;
}
.AnyTagClassName
{
color: #2B4069;
}
</style>
background-color css
<style>
a { background-color: #2B4069; }
a { background-color: rgb(43,64,105); }
div.DivClassName
{
background-color: #2B4069;
}
.BgClassName
{
background-color: #2B4069;
}
</style>
border-color css
<style>
span { border-color: #2B4069; }
span { border-color: rgb(43,64,105); }
td.TdClassName
{
border-color: #2B4069;
}
.TagClassName
{
border-color: #2B4069;
}
</style>