Shades of Gulf Blue #313B56
Tints of Gulf Blue #313B56
RGB
CMYK
RGB Variations
Color information
#313B56 (or 0x313B56) is known color: Gulf Blue. HEX triplet: 31, 3B and 56. RGB value is (49,59,86). Sum of RGB (Red+Green+Blue) = 49+59+86=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #313B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B56 is #CEC4A9. Grayscale: #3A3A3A. Windows color (decimal): -13550762 or 5651249. OLE color: 5651249.
HSL color Cylindrical-coordinate representation of color #313B56: hue angle of 223.78º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #313B56 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 59 | 86 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.66 |
| HSL | 223.78º | 0.27% | 0.26% | - |
| HSV(B) | 223.78º | 0.43% | 0.34% | - |
| XYZ | 4.51 | 4.45 | 9.43 | - |
| YUV | 59.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 86 | 0.43 | 0.31 | 0 | 0.66 | 223.78 | 0.27 | 0.26 |
| Hex | 31 | 3B | 56 | 2B | 1F | 0 | 42 | E0 | 1B | 1A |
| Octal | 61 | 73 | 126 | 53 | 37 | 0 | 102 | 340 | 33 | 32 |
| Binary | 110001 | 111011 | 1010110 | 101011 | 11111 | 0 | 1000010 | 11100000 | 11011 | 11010 |
Color Harmonies of #313B56
Complementary color
Monochromatic Colors of #313B56
Black with #313B56
Text Example
Text Example
White with #313B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B56; }
p { color: rgb(49,59,86); }
H1.HeaderClassName
{
color: #313B56;
}
.AnyTagClassName
{
color: #313B56;
}
</style>
background-color css
<style>
a { background-color: #313B56; }
a { background-color: rgb(49,59,86); }
div.DivClassName
{
background-color: #313B56;
}
.BgClassName
{
background-color: #313B56;
}
</style>
border-color css
<style>
span { border-color: #313B56; }
span { border-color: rgb(49,59,86); }
td.TdClassName
{
border-color: #313B56;
}
.TagClassName
{
border-color: #313B56;
}
</style>