Shades of Gulf Blue #31405D
Tints of Gulf Blue #31405D
RGB
CMYK
RGB Variations
Color information
#31405D (or 0x31405D) is known color: Gulf Blue. HEX triplet: 31, 40 and 5D. RGB value is (49,64,93). Sum of RGB (Red+Green+Blue) = 49+64+93=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #31405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31405D is #CEBFA2. Grayscale: #3E3E3E. Windows color (decimal): -13549475 or 6111281. OLE color: 6111281.
HSL color Cylindrical-coordinate representation of color #31405D: hue angle of 219.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31405D is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 64 | 93 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.64 |
| HSL | 219.55º | 0.31% | 0.28% | - |
| HSV(B) | 219.55º | 0.47% | 0.36% | - |
| XYZ | 5.08 | 5.11 | 11.07 | - |
| YUV | 62.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 93 | 0.47 | 0.31 | 0 | 0.64 | 219.55 | 0.31 | 0.28 |
| Hex | 31 | 40 | 5D | 2F | 1F | 0 | 40 | DC | 1F | 1C |
| Octal | 61 | 100 | 135 | 57 | 37 | 0 | 100 | 334 | 37 | 34 |
| Binary | 110001 | 1000000 | 1011101 | 101111 | 11111 | 0 | 1000000 | 11011100 | 11111 | 11100 |
Color Harmonies of #31405D
Complementary color
Monochromatic Colors of #31405D
Black with #31405D
Text Example
Text Example
White with #31405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31405D; }
p { color: rgb(49,64,93); }
H1.HeaderClassName
{
color: #31405D;
}
.AnyTagClassName
{
color: #31405D;
}
</style>
background-color css
<style>
a { background-color: #31405D; }
a { background-color: rgb(49,64,93); }
div.DivClassName
{
background-color: #31405D;
}
.BgClassName
{
background-color: #31405D;
}
</style>
border-color css
<style>
span { border-color: #31405D; }
span { border-color: rgb(49,64,93); }
td.TdClassName
{
border-color: #31405D;
}
.TagClassName
{
border-color: #31405D;
}
</style>