Shades of Gulf Blue #2F4367
Tints of Gulf Blue #2F4367
RGB
CMYK
RGB Variations
Color information
#2F4367 (or 0x2F4367) is known color: Gulf Blue. HEX triplet: 2F, 43 and 67. RGB value is (47,67,103). Sum of RGB (Red+Green+Blue) = 47+67+103=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #2F4367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4367 is #D0BC98. Grayscale: #404040. Windows color (decimal): -13679769 or 6767407. OLE color: 6767407.
HSL color Cylindrical-coordinate representation of color #2F4367: hue angle of 218.57º 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 #2F4367 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 67 | 103 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.60 |
| HSL | 218.57º | 0.37% | 0.29% | - |
| HSV(B) | 218.57º | 0.54% | 0.4% | - |
| XYZ | 5.63 | 5.6 | 13.62 | - |
| YUV | 65.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 103 | 0.54 | 0.35 | 0 | 0.60 | 218.57 | 0.37 | 0.29 |
| Hex | 2F | 43 | 67 | 36 | 23 | 0 | 3C | DB | 25 | 1D |
| Octal | 57 | 103 | 147 | 66 | 43 | 0 | 74 | 333 | 45 | 35 |
| Binary | 101111 | 1000011 | 1100111 | 110110 | 100011 | 0 | 111100 | 11011011 | 100101 | 11101 |
Color Harmonies of #2F4367
Complementary color
Monochromatic Colors of #2F4367
Black with #2F4367
Text Example
Text Example
White with #2F4367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4367; }
p { color: rgb(47,67,103); }
H1.HeaderClassName
{
color: #2F4367;
}
.AnyTagClassName
{
color: #2F4367;
}
</style>
background-color css
<style>
a { background-color: #2F4367; }
a { background-color: rgb(47,67,103); }
div.DivClassName
{
background-color: #2F4367;
}
.BgClassName
{
background-color: #2F4367;
}
</style>
border-color css
<style>
span { border-color: #2F4367; }
span { border-color: rgb(47,67,103); }
td.TdClassName
{
border-color: #2F4367;
}
.TagClassName
{
border-color: #2F4367;
}
</style>