Shades of Gulf Blue #313A5A
Tints of Gulf Blue #313A5A
RGB
CMYK
RGB Variations
Color information
#313A5A (or 0x313A5A) is known color: Gulf Blue. HEX triplet: 31, 3A and 5A. RGB value is (49,58,90). Sum of RGB (Red+Green+Blue) = 49+58+90=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #313A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A5A is #CEC5A5. Grayscale: #3A3A3A. Windows color (decimal): -13551014 or 5913137. OLE color: 5913137.
HSL color Cylindrical-coordinate representation of color #313A5A: hue angle of 226.83º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313A5A is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 58 | 90 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.65 |
| HSL | 226.83º | 0.29% | 0.27% | - |
| HSV(B) | 226.83º | 0.46% | 0.35% | - |
| XYZ | 4.63 | 4.42 | 10.28 | - |
| YUV | 58.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 90 | 0.46 | 0.36 | 0 | 0.65 | 226.83 | 0.29 | 0.27 |
| Hex | 31 | 3A | 5A | 2E | 24 | 0 | 41 | E3 | 1D | 1B |
| Octal | 61 | 72 | 132 | 56 | 44 | 0 | 101 | 343 | 35 | 33 |
| Binary | 110001 | 111010 | 1011010 | 101110 | 100100 | 0 | 1000001 | 11100011 | 11101 | 11011 |
Color Harmonies of #313A5A
Complementary color
Monochromatic Colors of #313A5A
Black with #313A5A
Text Example
Text Example
White with #313A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A5A; }
p { color: rgb(49,58,90); }
H1.HeaderClassName
{
color: #313A5A;
}
.AnyTagClassName
{
color: #313A5A;
}
</style>
background-color css
<style>
a { background-color: #313A5A; }
a { background-color: rgb(49,58,90); }
div.DivClassName
{
background-color: #313A5A;
}
.BgClassName
{
background-color: #313A5A;
}
</style>
border-color css
<style>
span { border-color: #313A5A; }
span { border-color: rgb(49,58,90); }
td.TdClassName
{
border-color: #313A5A;
}
.TagClassName
{
border-color: #313A5A;
}
</style>