Shades of Gulf Blue #313A58
Tints of Gulf Blue #313A58
RGB
CMYK
RGB Variations
Color information
#313A58 (or 0x313A58) is known color: Gulf Blue. HEX triplet: 31, 3A and 58. RGB value is (49,58,88). Sum of RGB (Red+Green+Blue) = 49+58+88=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #313A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A58 is #CEC5A7. Grayscale: #3A3A3A. Windows color (decimal): -13551016 or 5782065. OLE color: 5782065.
HSL color Cylindrical-coordinate representation of color #313A58: hue angle of 226.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313A58 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 58 | 88 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.65 |
| HSL | 226.15º | 0.28% | 0.27% | - |
| HSV(B) | 226.15º | 0.44% | 0.35% | - |
| XYZ | 4.54 | 4.38 | 9.84 | - |
| YUV | 58.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 88 | 0.44 | 0.34 | 0 | 0.65 | 226.15 | 0.28 | 0.27 |
| Hex | 31 | 3A | 58 | 2C | 22 | 0 | 41 | E2 | 1C | 1B |
| Octal | 61 | 72 | 130 | 54 | 42 | 0 | 101 | 342 | 34 | 33 |
| Binary | 110001 | 111010 | 1011000 | 101100 | 100010 | 0 | 1000001 | 11100010 | 11100 | 11011 |
Color Harmonies of #313A58
Complementary color
Monochromatic Colors of #313A58
Black with #313A58
Text Example
Text Example
White with #313A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A58; }
p { color: rgb(49,58,88); }
H1.HeaderClassName
{
color: #313A58;
}
.AnyTagClassName
{
color: #313A58;
}
</style>
background-color css
<style>
a { background-color: #313A58; }
a { background-color: rgb(49,58,88); }
div.DivClassName
{
background-color: #313A58;
}
.BgClassName
{
background-color: #313A58;
}
</style>
border-color css
<style>
span { border-color: #313A58; }
span { border-color: rgb(49,58,88); }
td.TdClassName
{
border-color: #313A58;
}
.TagClassName
{
border-color: #313A58;
}
</style>