Shades of Gulf Blue #314360
Tints of Gulf Blue #314360
RGB
CMYK
RGB Variations
Color information
#314360 (or 0x314360) is known color: Gulf Blue. HEX triplet: 31, 43 and 60. RGB value is (49,67,96). Sum of RGB (Red+Green+Blue) = 49+67+96=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #314360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314360 is #CEBC9F. Grayscale: #404040. Windows color (decimal): -13548704 or 6308657. OLE color: 6308657.
HSL color Cylindrical-coordinate representation of color #314360: hue angle of 217.02º 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 #314360 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 67 | 96 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.62 |
| HSL | 217.02º | 0.32% | 0.28% | - |
| HSV(B) | 217.02º | 0.49% | 0.38% | - |
| XYZ | 5.39 | 5.51 | 11.85 | - |
| YUV | 64.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 96 | 0.49 | 0.30 | 0 | 0.62 | 217.02 | 0.32 | 0.28 |
| Hex | 31 | 43 | 60 | 31 | 1E | 0 | 3E | D9 | 20 | 1C |
| Octal | 61 | 103 | 140 | 61 | 36 | 0 | 76 | 331 | 40 | 34 |
| Binary | 110001 | 1000011 | 1100000 | 110001 | 11110 | 0 | 111110 | 11011001 | 100000 | 11100 |
Color Harmonies of #314360
Complementary color
Monochromatic Colors of #314360
Black with #314360
Text Example
Text Example
White with #314360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314360; }
p { color: rgb(49,67,96); }
H1.HeaderClassName
{
color: #314360;
}
.AnyTagClassName
{
color: #314360;
}
</style>
background-color css
<style>
a { background-color: #314360; }
a { background-color: rgb(49,67,96); }
div.DivClassName
{
background-color: #314360;
}
.BgClassName
{
background-color: #314360;
}
</style>
border-color css
<style>
span { border-color: #314360; }
span { border-color: rgb(49,67,96); }
td.TdClassName
{
border-color: #314360;
}
.TagClassName
{
border-color: #314360;
}
</style>