Shades of Gulf Blue #313A57
Tints of Gulf Blue #313A57
RGB
CMYK
RGB Variations
Color information
#313A57 (or 0x313A57) is known color: Gulf Blue. HEX triplet: 31, 3A and 57. RGB value is (49,58,87). Sum of RGB (Red+Green+Blue) = 49+58+87=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #313A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A57 is #CEC5A8. Grayscale: #3A3A3A. Windows color (decimal): -13551017 or 5716529. OLE color: 5716529.
HSL color Cylindrical-coordinate representation of color #313A57: hue angle of 225.79º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313A57 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 58 | 87 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.66 |
| HSL | 225.79º | 0.28% | 0.27% | - |
| HSV(B) | 225.79º | 0.44% | 0.34% | - |
| XYZ | 4.5 | 4.37 | 9.62 | - |
| YUV | 58.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 87 | 0.44 | 0.33 | 0 | 0.66 | 225.79 | 0.28 | 0.27 |
| Hex | 31 | 3A | 57 | 2C | 21 | 0 | 42 | E2 | 1C | 1B |
| Octal | 61 | 72 | 127 | 54 | 41 | 0 | 102 | 342 | 34 | 33 |
| Binary | 110001 | 111010 | 1010111 | 101100 | 100001 | 0 | 1000010 | 11100010 | 11100 | 11011 |
Color Harmonies of #313A57
Complementary color
Monochromatic Colors of #313A57
Black with #313A57
Text Example
Text Example
White with #313A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A57; }
p { color: rgb(49,58,87); }
H1.HeaderClassName
{
color: #313A57;
}
.AnyTagClassName
{
color: #313A57;
}
</style>
background-color css
<style>
a { background-color: #313A57; }
a { background-color: rgb(49,58,87); }
div.DivClassName
{
background-color: #313A57;
}
.BgClassName
{
background-color: #313A57;
}
</style>
border-color css
<style>
span { border-color: #313A57; }
span { border-color: rgb(49,58,87); }
td.TdClassName
{
border-color: #313A57;
}
.TagClassName
{
border-color: #313A57;
}
</style>