Shades of Gulf Blue #2F4161
Tints of Gulf Blue #2F4161
RGB
CMYK
RGB Variations
Color information
#2F4161 (or 0x2F4161) is known color: Gulf Blue. HEX triplet: 2F, 41 and 61. RGB value is (47,65,97). Sum of RGB (Red+Green+Blue) = 47+65+97=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #2F4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4161 is #D0BE9E. Grayscale: #3F3F3F. Windows color (decimal): -13680287 or 6373679. OLE color: 6373679.
HSL color Cylindrical-coordinate representation of color #2F4161: hue angle of 218.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F4161 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 65 | 97 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.62 |
| HSL | 218.4º | 0.35% | 0.28% | - |
| HSV(B) | 218.4º | 0.52% | 0.38% | - |
| XYZ | 5.22 | 5.25 | 12.05 | - |
| YUV | 63.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 97 | 0.52 | 0.33 | 0 | 0.62 | 218.4 | 0.35 | 0.28 |
| Hex | 2F | 41 | 61 | 34 | 21 | 0 | 3E | DA | 23 | 1C |
| Octal | 57 | 101 | 141 | 64 | 41 | 0 | 76 | 332 | 43 | 34 |
| Binary | 101111 | 1000001 | 1100001 | 110100 | 100001 | 0 | 111110 | 11011010 | 100011 | 11100 |
Color Harmonies of #2F4161
Complementary color
Monochromatic Colors of #2F4161
Black with #2F4161
Text Example
Text Example
White with #2F4161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4161; }
p { color: rgb(47,65,97); }
H1.HeaderClassName
{
color: #2F4161;
}
.AnyTagClassName
{
color: #2F4161;
}
</style>
background-color css
<style>
a { background-color: #2F4161; }
a { background-color: rgb(47,65,97); }
div.DivClassName
{
background-color: #2F4161;
}
.BgClassName
{
background-color: #2F4161;
}
</style>
border-color css
<style>
span { border-color: #2F4161; }
span { border-color: rgb(47,65,97); }
td.TdClassName
{
border-color: #2F4161;
}
.TagClassName
{
border-color: #2F4161;
}
</style>