Shades of Gulf Blue #2F375A
Tints of Gulf Blue #2F375A
RGB
CMYK
RGB Variations
Color information
#2F375A (or 0x2F375A) is known color: Gulf Blue. HEX triplet: 2F, 37 and 5A. RGB value is (47,55,90). Sum of RGB (Red+Green+Blue) = 47+55+90=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F375A is #D0C8A5. Grayscale: #383838. Windows color (decimal): -13682854 or 5912367. OLE color: 5912367.
HSL color Cylindrical-coordinate representation of color #2F375A: hue angle of 228.84º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F375A is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 55 | 90 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.65 |
| HSL | 228.84º | 0.31% | 0.27% | - |
| HSV(B) | 228.84º | 0.48% | 0.35% | - |
| XYZ | 4.38 | 4.07 | 10.23 | - |
| YUV | 56.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 90 | 0.48 | 0.39 | 0 | 0.65 | 228.84 | 0.31 | 0.27 |
| Hex | 2F | 37 | 5A | 30 | 27 | 0 | 41 | E5 | 1F | 1B |
| Octal | 57 | 67 | 132 | 60 | 47 | 0 | 101 | 345 | 37 | 33 |
| Binary | 101111 | 110111 | 1011010 | 110000 | 100111 | 0 | 1000001 | 11100101 | 11111 | 11011 |
Color Harmonies of #2F375A
Complementary color
Monochromatic Colors of #2F375A
Black with #2F375A
Text Example
Text Example
White with #2F375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F375A; }
p { color: rgb(47,55,90); }
H1.HeaderClassName
{
color: #2F375A;
}
.AnyTagClassName
{
color: #2F375A;
}
</style>
background-color css
<style>
a { background-color: #2F375A; }
a { background-color: rgb(47,55,90); }
div.DivClassName
{
background-color: #2F375A;
}
.BgClassName
{
background-color: #2F375A;
}
</style>
border-color css
<style>
span { border-color: #2F375A; }
span { border-color: rgb(47,55,90); }
td.TdClassName
{
border-color: #2F375A;
}
.TagClassName
{
border-color: #2F375A;
}
</style>