Shades of Gulf Blue #31466A
Tints of Gulf Blue #31466A
RGB
CMYK
RGB Variations
Color information
#31466A (or 0x31466A) is known color: Gulf Blue. HEX triplet: 31, 46 and 6A. RGB value is (49,70,106). Sum of RGB (Red+Green+Blue) = 49+70+106=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #31466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31466A is #CEB995. Grayscale: #434343. Windows color (decimal): -13547926 or 6964785. OLE color: 6964785.
HSL color Cylindrical-coordinate representation of color #31466A: hue angle of 217.89º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31466A is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 70 | 106 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.58 |
| HSL | 217.89º | 0.37% | 0.3% | - |
| HSV(B) | 217.89º | 0.54% | 0.42% | - |
| XYZ | 6.06 | 6.07 | 14.49 | - |
| YUV | 67.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 106 | 0.54 | 0.34 | 0 | 0.58 | 217.89 | 0.37 | 0.3 |
| Hex | 31 | 46 | 6A | 36 | 22 | 0 | 3A | DA | 25 | 1E |
| Octal | 61 | 106 | 152 | 66 | 42 | 0 | 72 | 332 | 45 | 36 |
| Binary | 110001 | 1000110 | 1101010 | 110110 | 100010 | 0 | 111010 | 11011010 | 100101 | 11110 |
Color Harmonies of #31466A
Complementary color
Monochromatic Colors of #31466A
Black with #31466A
Text Example
Text Example
White with #31466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31466A; }
p { color: rgb(49,70,106); }
H1.HeaderClassName
{
color: #31466A;
}
.AnyTagClassName
{
color: #31466A;
}
</style>
background-color css
<style>
a { background-color: #31466A; }
a { background-color: rgb(49,70,106); }
div.DivClassName
{
background-color: #31466A;
}
.BgClassName
{
background-color: #31466A;
}
</style>
border-color css
<style>
span { border-color: #31466A; }
span { border-color: rgb(49,70,106); }
td.TdClassName
{
border-color: #31466A;
}
.TagClassName
{
border-color: #31466A;
}
</style>