Shades of Gulf Blue #2F4266
Tints of Gulf Blue #2F4266
RGB
CMYK
RGB Variations
Color information
#2F4266 (or 0x2F4266) is known color: Gulf Blue. HEX triplet: 2F, 42 and 66. RGB value is (47,66,102). Sum of RGB (Red+Green+Blue) = 47+66+102=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #2F4266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4266 is #D0BD99. Grayscale: #404040. Windows color (decimal): -13680026 or 6701615. OLE color: 6701615.
HSL color Cylindrical-coordinate representation of color #2F4266: hue angle of 219.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F4266 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 66 | 102 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.6 |
| HSL | 219.27º | 0.37% | 0.29% | - |
| HSV(B) | 219.27º | 0.54% | 0.4% | - |
| XYZ | 5.52 | 5.46 | 13.33 | - |
| YUV | 64.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 102 | 0.54 | 0.35 | 0 | 0.6 | 219.27 | 0.37 | 0.29 |
| Hex | 2F | 42 | 66 | 36 | 23 | 0 | 3C | DB | 25 | 1D |
| Octal | 57 | 102 | 146 | 66 | 43 | 0 | 74 | 333 | 45 | 35 |
| Binary | 101111 | 1000010 | 1100110 | 110110 | 100011 | 0 | 111100 | 11011011 | 100101 | 11101 |
Color Harmonies of #2F4266
Complementary color
Monochromatic Colors of #2F4266
Black with #2F4266
Text Example
Text Example
White with #2F4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4266; }
p { color: rgb(47,66,102); }
H1.HeaderClassName
{
color: #2F4266;
}
.AnyTagClassName
{
color: #2F4266;
}
</style>
background-color css
<style>
a { background-color: #2F4266; }
a { background-color: rgb(47,66,102); }
div.DivClassName
{
background-color: #2F4266;
}
.BgClassName
{
background-color: #2F4266;
}
</style>
border-color css
<style>
span { border-color: #2F4266; }
span { border-color: rgb(47,66,102); }
td.TdClassName
{
border-color: #2F4266;
}
.TagClassName
{
border-color: #2F4266;
}
</style>