Shades of Gulf Blue #314160
Tints of Gulf Blue #314160
RGB
CMYK
RGB Variations
Color information
#314160 (or 0x314160) is known color: Gulf Blue. HEX triplet: 31, 41 and 60. RGB value is (49,65,96). Sum of RGB (Red+Green+Blue) = 49+65+96=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #314160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314160 is #CEBE9F. Grayscale: #3F3F3F. Windows color (decimal): -13549216 or 6308145. OLE color: 6308145.
HSL color Cylindrical-coordinate representation of color #314160: hue angle of 219.57º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #314160 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 65 | 96 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.62 |
| HSL | 219.57º | 0.32% | 0.28% | - |
| HSV(B) | 219.57º | 0.49% | 0.38% | - |
| XYZ | 5.27 | 5.28 | 11.81 | - |
| YUV | 63.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 96 | 0.49 | 0.32 | 0 | 0.62 | 219.57 | 0.32 | 0.28 |
| Hex | 31 | 41 | 60 | 31 | 20 | 0 | 3E | DC | 20 | 1C |
| Octal | 61 | 101 | 140 | 61 | 40 | 0 | 76 | 334 | 40 | 34 |
| Binary | 110001 | 1000001 | 1100000 | 110001 | 100000 | 0 | 111110 | 11011100 | 100000 | 11100 |
Color Harmonies of #314160
Complementary color
Monochromatic Colors of #314160
Black with #314160
Text Example
Text Example
White with #314160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314160; }
p { color: rgb(49,65,96); }
H1.HeaderClassName
{
color: #314160;
}
.AnyTagClassName
{
color: #314160;
}
</style>
background-color css
<style>
a { background-color: #314160; }
a { background-color: rgb(49,65,96); }
div.DivClassName
{
background-color: #314160;
}
.BgClassName
{
background-color: #314160;
}
</style>
border-color css
<style>
span { border-color: #314160; }
span { border-color: rgb(49,65,96); }
td.TdClassName
{
border-color: #314160;
}
.TagClassName
{
border-color: #314160;
}
</style>