Shades of Gulf Blue #314463
Tints of Gulf Blue #314463
RGB
CMYK
RGB Variations
Color information
#314463 (or 0x314463) is known color: Gulf Blue. HEX triplet: 31, 44 and 63. RGB value is (49,68,99). Sum of RGB (Red+Green+Blue) = 49+68+99=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #314463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314463 is #CEBB9C. Grayscale: #414141. Windows color (decimal): -13548445 or 6505521. OLE color: 6505521.
HSL color Cylindrical-coordinate representation of color #314463: hue angle of 217.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314463 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 68 | 99 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.61 |
| HSL | 217.2º | 0.34% | 0.29% | - |
| HSV(B) | 217.2º | 0.51% | 0.39% | - |
| XYZ | 5.59 | 5.69 | 12.61 | - |
| YUV | 65.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 99 | 0.51 | 0.31 | 0 | 0.61 | 217.2 | 0.34 | 0.29 |
| Hex | 31 | 44 | 63 | 33 | 1F | 0 | 3D | D9 | 22 | 1D |
| Octal | 61 | 104 | 143 | 63 | 37 | 0 | 75 | 331 | 42 | 35 |
| Binary | 110001 | 1000100 | 1100011 | 110011 | 11111 | 0 | 111101 | 11011001 | 100010 | 11101 |
Color Harmonies of #314463
Complementary color
Monochromatic Colors of #314463
Black with #314463
Text Example
Text Example
White with #314463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314463; }
p { color: rgb(49,68,99); }
H1.HeaderClassName
{
color: #314463;
}
.AnyTagClassName
{
color: #314463;
}
</style>
background-color css
<style>
a { background-color: #314463; }
a { background-color: rgb(49,68,99); }
div.DivClassName
{
background-color: #314463;
}
.BgClassName
{
background-color: #314463;
}
</style>
border-color css
<style>
span { border-color: #314463; }
span { border-color: rgb(49,68,99); }
td.TdClassName
{
border-color: #314463;
}
.TagClassName
{
border-color: #314463;
}
</style>