Shades of Gulf Blue #313B5A
Tints of Gulf Blue #313B5A
RGB
CMYK
RGB Variations
Color information
#313B5A (or 0x313B5A) is known color: Gulf Blue. HEX triplet: 31, 3B and 5A. RGB value is (49,59,90). Sum of RGB (Red+Green+Blue) = 49+59+90=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #313B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B5A is #CEC4A5. Grayscale: #3B3B3B. Windows color (decimal): -13550758 or 5913393. OLE color: 5913393.
HSL color Cylindrical-coordinate representation of color #313B5A: hue angle of 225.37º 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 #313B5A is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 59 | 90 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.65 |
| HSL | 225.37º | 0.29% | 0.27% | - |
| HSV(B) | 225.37º | 0.46% | 0.35% | - |
| XYZ | 4.68 | 4.52 | 10.3 | - |
| YUV | 59.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 90 | 0.46 | 0.34 | 0 | 0.65 | 225.37 | 0.29 | 0.27 |
| Hex | 31 | 3B | 5A | 2E | 22 | 0 | 41 | E1 | 1D | 1B |
| Octal | 61 | 73 | 132 | 56 | 42 | 0 | 101 | 341 | 35 | 33 |
| Binary | 110001 | 111011 | 1011010 | 101110 | 100010 | 0 | 1000001 | 11100001 | 11101 | 11011 |
Color Harmonies of #313B5A
Complementary color
Monochromatic Colors of #313B5A
Black with #313B5A
Text Example
Text Example
White with #313B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B5A; }
p { color: rgb(49,59,90); }
H1.HeaderClassName
{
color: #313B5A;
}
.AnyTagClassName
{
color: #313B5A;
}
</style>
background-color css
<style>
a { background-color: #313B5A; }
a { background-color: rgb(49,59,90); }
div.DivClassName
{
background-color: #313B5A;
}
.BgClassName
{
background-color: #313B5A;
}
</style>
border-color css
<style>
span { border-color: #313B5A; }
span { border-color: rgb(49,59,90); }
td.TdClassName
{
border-color: #313B5A;
}
.TagClassName
{
border-color: #313B5A;
}
</style>