Shades of Gulf Blue #313F5B
Tints of Gulf Blue #313F5B
RGB
CMYK
RGB Variations
Color information
#313F5B (or 0x313F5B) is known color: Gulf Blue. HEX triplet: 31, 3F and 5B. RGB value is (49,63,91). Sum of RGB (Red+Green+Blue) = 49+63+91=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #313F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F5B is #CEC0A4. Grayscale: #3D3D3D. Windows color (decimal): -13549733 or 5979953. OLE color: 5979953.
HSL color Cylindrical-coordinate representation of color #313F5B: hue angle of 220º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313F5B is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 63 | 91 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.64 |
| HSL | 220º | 0.3% | 0.27% | - |
| HSV(B) | 220º | 0.46% | 0.36% | - |
| XYZ | 4.93 | 4.96 | 10.6 | - |
| YUV | 62.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 91 | 0.46 | 0.31 | 0 | 0.64 | 220 | 0.3 | 0.27 |
| Hex | 31 | 3F | 5B | 2E | 1F | 0 | 40 | DC | 1E | 1B |
| Octal | 61 | 77 | 133 | 56 | 37 | 0 | 100 | 334 | 36 | 33 |
| Binary | 110001 | 111111 | 1011011 | 101110 | 11111 | 0 | 1000000 | 11011100 | 11110 | 11011 |
Color Harmonies of #313F5B
Complementary color
Monochromatic Colors of #313F5B
Black with #313F5B
Text Example
Text Example
White with #313F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F5B; }
p { color: rgb(49,63,91); }
H1.HeaderClassName
{
color: #313F5B;
}
.AnyTagClassName
{
color: #313F5B;
}
</style>
background-color css
<style>
a { background-color: #313F5B; }
a { background-color: rgb(49,63,91); }
div.DivClassName
{
background-color: #313F5B;
}
.BgClassName
{
background-color: #313F5B;
}
</style>
border-color css
<style>
span { border-color: #313F5B; }
span { border-color: rgb(49,63,91); }
td.TdClassName
{
border-color: #313F5B;
}
.TagClassName
{
border-color: #313F5B;
}
</style>