Shades of Gulf Blue #313C5B
Tints of Gulf Blue #313C5B
RGB
CMYK
RGB Variations
Color information
#313C5B (or 0x313C5B) is known color: Gulf Blue. HEX triplet: 31, 3C and 5B. RGB value is (49,60,91). Sum of RGB (Red+Green+Blue) = 49+60+91=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #313C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C5B is #CEC3A4. Grayscale: #3C3C3C. Windows color (decimal): -13550501 or 5979185. OLE color: 5979185.
HSL color Cylindrical-coordinate representation of color #313C5B: hue angle of 224.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313C5B is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 60 | 91 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.64 |
| HSL | 224.29º | 0.3% | 0.27% | - |
| HSV(B) | 224.29º | 0.46% | 0.36% | - |
| XYZ | 4.77 | 4.64 | 10.54 | - |
| YUV | 60.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 91 | 0.46 | 0.34 | 0 | 0.64 | 224.29 | 0.3 | 0.27 |
| Hex | 31 | 3C | 5B | 2E | 22 | 0 | 40 | E0 | 1E | 1B |
| Octal | 61 | 74 | 133 | 56 | 42 | 0 | 100 | 340 | 36 | 33 |
| Binary | 110001 | 111100 | 1011011 | 101110 | 100010 | 0 | 1000000 | 11100000 | 11110 | 11011 |
Color Harmonies of #313C5B
Complementary color
Monochromatic Colors of #313C5B
Black with #313C5B
Text Example
Text Example
White with #313C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C5B; }
p { color: rgb(49,60,91); }
H1.HeaderClassName
{
color: #313C5B;
}
.AnyTagClassName
{
color: #313C5B;
}
</style>
background-color css
<style>
a { background-color: #313C5B; }
a { background-color: rgb(49,60,91); }
div.DivClassName
{
background-color: #313C5B;
}
.BgClassName
{
background-color: #313C5B;
}
</style>
border-color css
<style>
span { border-color: #313C5B; }
span { border-color: rgb(49,60,91); }
td.TdClassName
{
border-color: #313C5B;
}
.TagClassName
{
border-color: #313C5B;
}
</style>