Shades of Gulf Blue #2F3A59
Tints of Gulf Blue #2F3A59
RGB
CMYK
RGB Variations
Color information
#2F3A59 (or 0x2F3A59) is known color: Gulf Blue. HEX triplet: 2F, 3A and 59. RGB value is (47,58,89). Sum of RGB (Red+Green+Blue) = 47+58+89=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F3A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3A59 is #D0C5A6. Grayscale: #3A3A3A. Windows color (decimal): -13682087 or 5847599. OLE color: 5847599.
HSL color Cylindrical-coordinate representation of color #2F3A59: hue angle of 224.29º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F3A59 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 58 | 89 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.65 |
| HSL | 224.29º | 0.31% | 0.27% | - |
| HSV(B) | 224.29º | 0.47% | 0.35% | - |
| XYZ | 4.49 | 4.35 | 10.05 | - |
| YUV | 58.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 89 | 0.47 | 0.35 | 0 | 0.65 | 224.29 | 0.31 | 0.27 |
| Hex | 2F | 3A | 59 | 2F | 23 | 0 | 41 | E0 | 1F | 1B |
| Octal | 57 | 72 | 131 | 57 | 43 | 0 | 101 | 340 | 37 | 33 |
| Binary | 101111 | 111010 | 1011001 | 101111 | 100011 | 0 | 1000001 | 11100000 | 11111 | 11011 |
Color Harmonies of #2F3A59
Complementary color
Monochromatic Colors of #2F3A59
Black with #2F3A59
Text Example
Text Example
White with #2F3A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3A59; }
p { color: rgb(47,58,89); }
H1.HeaderClassName
{
color: #2F3A59;
}
.AnyTagClassName
{
color: #2F3A59;
}
</style>
background-color css
<style>
a { background-color: #2F3A59; }
a { background-color: rgb(47,58,89); }
div.DivClassName
{
background-color: #2F3A59;
}
.BgClassName
{
background-color: #2F3A59;
}
</style>
border-color css
<style>
span { border-color: #2F3A59; }
span { border-color: rgb(47,58,89); }
td.TdClassName
{
border-color: #2F3A59;
}
.TagClassName
{
border-color: #2F3A59;
}
</style>