Shades of Gulf Blue #2F3859
Tints of Gulf Blue #2F3859
RGB
CMYK
RGB Variations
Color information
#2F3859 (or 0x2F3859) is known color: Gulf Blue. HEX triplet: 2F, 38 and 59. RGB value is (47,56,89). Sum of RGB (Red+Green+Blue) = 47+56+89=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F3859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3859 is #D0C7A6. Grayscale: #383838. Windows color (decimal): -13682599 or 5847087. OLE color: 5847087.
HSL color Cylindrical-coordinate representation of color #2F3859: hue angle of 227.14º 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 #2F3859 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 56 | 89 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.65 |
| HSL | 227.14º | 0.31% | 0.27% | - |
| HSV(B) | 227.14º | 0.47% | 0.35% | - |
| XYZ | 4.39 | 4.15 | 10.02 | - |
| YUV | 57.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 89 | 0.47 | 0.37 | 0 | 0.65 | 227.14 | 0.31 | 0.27 |
| Hex | 2F | 38 | 59 | 2F | 25 | 0 | 41 | E3 | 1F | 1B |
| Octal | 57 | 70 | 131 | 57 | 45 | 0 | 101 | 343 | 37 | 33 |
| Binary | 101111 | 111000 | 1011001 | 101111 | 100101 | 0 | 1000001 | 11100011 | 11111 | 11011 |
Color Harmonies of #2F3859
Complementary color
Monochromatic Colors of #2F3859
Black with #2F3859
Text Example
Text Example
White with #2F3859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3859; }
p { color: rgb(47,56,89); }
H1.HeaderClassName
{
color: #2F3859;
}
.AnyTagClassName
{
color: #2F3859;
}
</style>
background-color css
<style>
a { background-color: #2F3859; }
a { background-color: rgb(47,56,89); }
div.DivClassName
{
background-color: #2F3859;
}
.BgClassName
{
background-color: #2F3859;
}
</style>
border-color css
<style>
span { border-color: #2F3859; }
span { border-color: rgb(47,56,89); }
td.TdClassName
{
border-color: #2F3859;
}
.TagClassName
{
border-color: #2F3859;
}
</style>