Shades of Gulf Blue #2F4467
Tints of Gulf Blue #2F4467
RGB
CMYK
RGB Variations
Color information
#2F4467 (or 0x2F4467) is known color: Gulf Blue. HEX triplet: 2F, 44 and 67. RGB value is (47,68,103). Sum of RGB (Red+Green+Blue) = 47+68+103=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #2F4467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4467 is #D0BB98. Grayscale: #414141. Windows color (decimal): -13679513 or 6767663. OLE color: 6767663.
HSL color Cylindrical-coordinate representation of color #2F4467: hue angle of 217.5º 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 #2F4467 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 68 | 103 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.60 |
| HSL | 217.5º | 0.37% | 0.29% | - |
| HSV(B) | 217.5º | 0.54% | 0.4% | - |
| XYZ | 5.69 | 5.72 | 13.64 | - |
| YUV | 65.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 103 | 0.54 | 0.34 | 0 | 0.60 | 217.5 | 0.37 | 0.29 |
| Hex | 2F | 44 | 67 | 36 | 22 | 0 | 3C | DA | 25 | 1D |
| Octal | 57 | 104 | 147 | 66 | 42 | 0 | 74 | 332 | 45 | 35 |
| Binary | 101111 | 1000100 | 1100111 | 110110 | 100010 | 0 | 111100 | 11011010 | 100101 | 11101 |
Color Harmonies of #2F4467
Complementary color
Monochromatic Colors of #2F4467
Black with #2F4467
Text Example
Text Example
White with #2F4467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4467; }
p { color: rgb(47,68,103); }
H1.HeaderClassName
{
color: #2F4467;
}
.AnyTagClassName
{
color: #2F4467;
}
</style>
background-color css
<style>
a { background-color: #2F4467; }
a { background-color: rgb(47,68,103); }
div.DivClassName
{
background-color: #2F4467;
}
.BgClassName
{
background-color: #2F4467;
}
</style>
border-color css
<style>
span { border-color: #2F4467; }
span { border-color: rgb(47,68,103); }
td.TdClassName
{
border-color: #2F4467;
}
.TagClassName
{
border-color: #2F4467;
}
</style>