Shades of Gulf Blue #2F3659
Tints of Gulf Blue #2F3659
RGB
CMYK
RGB Variations
Color information
#2F3659 (or 0x2F3659) is known color: Gulf Blue. HEX triplet: 2F, 36 and 59. RGB value is (47,54,89). Sum of RGB (Red+Green+Blue) = 47+54+89=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F3659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3659 is #D0C9A6. Grayscale: #373737. Windows color (decimal): -13683111 or 5846575. OLE color: 5846575.
HSL color Cylindrical-coordinate representation of color #2F3659: hue angle of 230º 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 #2F3659 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 54 | 89 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.65 |
| HSL | 230º | 0.31% | 0.27% | - |
| HSV(B) | 230º | 0.47% | 0.35% | - |
| XYZ | 4.29 | 3.96 | 9.99 | - |
| YUV | 55.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 54 | 89 | 0.47 | 0.39 | 0 | 0.65 | 230 | 0.31 | 0.27 |
| Hex | 2F | 36 | 59 | 2F | 27 | 0 | 41 | E6 | 1F | 1B |
| Octal | 57 | 66 | 131 | 57 | 47 | 0 | 101 | 346 | 37 | 33 |
| Binary | 101111 | 110110 | 1011001 | 101111 | 100111 | 0 | 1000001 | 11100110 | 11111 | 11011 |
Color Harmonies of #2F3659
Complementary color
Monochromatic Colors of #2F3659
Black with #2F3659
Text Example
Text Example
White with #2F3659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3659; }
p { color: rgb(47,54,89); }
H1.HeaderClassName
{
color: #2F3659;
}
.AnyTagClassName
{
color: #2F3659;
}
</style>
background-color css
<style>
a { background-color: #2F3659; }
a { background-color: rgb(47,54,89); }
div.DivClassName
{
background-color: #2F3659;
}
.BgClassName
{
background-color: #2F3659;
}
</style>
border-color css
<style>
span { border-color: #2F3659; }
span { border-color: rgb(47,54,89); }
td.TdClassName
{
border-color: #2F3659;
}
.TagClassName
{
border-color: #2F3659;
}
</style>