Shades of Gulf Blue #2F3B60
Tints of Gulf Blue #2F3B60
RGB
CMYK
RGB Variations
Color information
#2F3B60 (or 0x2F3B60) is known color: Gulf Blue. HEX triplet: 2F, 3B and 60. RGB value is (47,59,96). Sum of RGB (Red+Green+Blue) = 47+59+96=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F3B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3B60 is #D0C49F. Grayscale: #3B3B3B. Windows color (decimal): -13681824 or 6306607. OLE color: 6306607.
HSL color Cylindrical-coordinate representation of color #2F3B60: hue angle of 225.31º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F3B60 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 59 | 96 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.62 |
| HSL | 225.31º | 0.34% | 0.28% | - |
| HSV(B) | 225.31º | 0.51% | 0.38% | - |
| XYZ | 4.85 | 4.58 | 11.69 | - |
| YUV | 59.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 59 | 96 | 0.51 | 0.39 | 0 | 0.62 | 225.31 | 0.34 | 0.28 |
| Hex | 2F | 3B | 60 | 33 | 27 | 0 | 3E | E1 | 22 | 1C |
| Octal | 57 | 73 | 140 | 63 | 47 | 0 | 76 | 341 | 42 | 34 |
| Binary | 101111 | 111011 | 1100000 | 110011 | 100111 | 0 | 111110 | 11100001 | 100010 | 11100 |
Color Harmonies of #2F3B60
Complementary color
Monochromatic Colors of #2F3B60
Black with #2F3B60
Text Example
Text Example
White with #2F3B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3B60; }
p { color: rgb(47,59,96); }
H1.HeaderClassName
{
color: #2F3B60;
}
.AnyTagClassName
{
color: #2F3B60;
}
</style>
background-color css
<style>
a { background-color: #2F3B60; }
a { background-color: rgb(47,59,96); }
div.DivClassName
{
background-color: #2F3B60;
}
.BgClassName
{
background-color: #2F3B60;
}
</style>
border-color css
<style>
span { border-color: #2F3B60; }
span { border-color: rgb(47,59,96); }
td.TdClassName
{
border-color: #2F3B60;
}
.TagClassName
{
border-color: #2F3B60;
}
</style>