Shades of Gulf Blue #313C5F
Tints of Gulf Blue #313C5F
RGB
CMYK
RGB Variations
Color information
#313C5F (or 0x313C5F) is known color: Gulf Blue. HEX triplet: 31, 3C and 5F. RGB value is (49,60,95). Sum of RGB (Red+Green+Blue) = 49+60+95=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #313C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C5F is #CEC3A0. Grayscale: #3C3C3C. Windows color (decimal): -13550497 or 6241329. OLE color: 6241329.
HSL color Cylindrical-coordinate representation of color #313C5F: hue angle of 225.65º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #313C5F is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 60 | 95 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.63 |
| HSL | 225.65º | 0.32% | 0.28% | - |
| HSV(B) | 225.65º | 0.48% | 0.37% | - |
| XYZ | 4.95 | 4.71 | 11.47 | - |
| YUV | 60.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 95 | 0.48 | 0.37 | 0 | 0.63 | 225.65 | 0.32 | 0.28 |
| Hex | 31 | 3C | 5F | 30 | 25 | 0 | 3F | E2 | 20 | 1C |
| Octal | 61 | 74 | 137 | 60 | 45 | 0 | 77 | 342 | 40 | 34 |
| Binary | 110001 | 111100 | 1011111 | 110000 | 100101 | 0 | 111111 | 11100010 | 100000 | 11100 |
Color Harmonies of #313C5F
Complementary color
Monochromatic Colors of #313C5F
Black with #313C5F
Text Example
Text Example
White with #313C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C5F; }
p { color: rgb(49,60,95); }
H1.HeaderClassName
{
color: #313C5F;
}
.AnyTagClassName
{
color: #313C5F;
}
</style>
background-color css
<style>
a { background-color: #313C5F; }
a { background-color: rgb(49,60,95); }
div.DivClassName
{
background-color: #313C5F;
}
.BgClassName
{
background-color: #313C5F;
}
</style>
border-color css
<style>
span { border-color: #313C5F; }
span { border-color: rgb(49,60,95); }
td.TdClassName
{
border-color: #313C5F;
}
.TagClassName
{
border-color: #313C5F;
}
</style>