Shades of Gulf Blue #313F5F
Tints of Gulf Blue #313F5F
RGB
CMYK
RGB Variations
Color information
#313F5F (or 0x313F5F) is known color: Gulf Blue. HEX triplet: 31, 3F and 5F. RGB value is (49,63,95). Sum of RGB (Red+Green+Blue) = 49+63+95=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #313F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F5F is #CEC0A0. Grayscale: #3E3E3E. Windows color (decimal): -13549729 or 6242097. OLE color: 6242097.
HSL color Cylindrical-coordinate representation of color #313F5F: hue angle of 221.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #313F5F is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 63 | 95 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.63 |
| HSL | 221.74º | 0.32% | 0.28% | - |
| HSV(B) | 221.74º | 0.48% | 0.37% | - |
| XYZ | 5.11 | 5.03 | 11.53 | - |
| YUV | 62.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 95 | 0.48 | 0.34 | 0 | 0.63 | 221.74 | 0.32 | 0.28 |
| Hex | 31 | 3F | 5F | 30 | 22 | 0 | 3F | DE | 20 | 1C |
| Octal | 61 | 77 | 137 | 60 | 42 | 0 | 77 | 336 | 40 | 34 |
| Binary | 110001 | 111111 | 1011111 | 110000 | 100010 | 0 | 111111 | 11011110 | 100000 | 11100 |
Color Harmonies of #313F5F
Complementary color
Monochromatic Colors of #313F5F
Black with #313F5F
Text Example
Text Example
White with #313F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F5F; }
p { color: rgb(49,63,95); }
H1.HeaderClassName
{
color: #313F5F;
}
.AnyTagClassName
{
color: #313F5F;
}
</style>
background-color css
<style>
a { background-color: #313F5F; }
a { background-color: rgb(49,63,95); }
div.DivClassName
{
background-color: #313F5F;
}
.BgClassName
{
background-color: #313F5F;
}
</style>
border-color css
<style>
span { border-color: #313F5F; }
span { border-color: rgb(49,63,95); }
td.TdClassName
{
border-color: #313F5F;
}
.TagClassName
{
border-color: #313F5F;
}
</style>