Shades of Gulf Blue #31415D
Tints of Gulf Blue #31415D
RGB
CMYK
RGB Variations
Color information
#31415D (or 0x31415D) is known color: Gulf Blue. HEX triplet: 31, 41 and 5D. RGB value is (49,65,93). Sum of RGB (Red+Green+Blue) = 49+65+93=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #31415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31415D is #CEBEA2. Grayscale: #3F3F3F. Windows color (decimal): -13549219 or 6111537. OLE color: 6111537.
HSL color Cylindrical-coordinate representation of color #31415D: hue angle of 218.18º 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 #31415D is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 65 | 93 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.64 |
| HSL | 218.18º | 0.31% | 0.28% | - |
| HSV(B) | 218.18º | 0.47% | 0.36% | - |
| XYZ | 5.13 | 5.22 | 11.09 | - |
| YUV | 63.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 93 | 0.47 | 0.30 | 0 | 0.64 | 218.18 | 0.31 | 0.28 |
| Hex | 31 | 41 | 5D | 2F | 1E | 0 | 40 | DA | 1F | 1C |
| Octal | 61 | 101 | 135 | 57 | 36 | 0 | 100 | 332 | 37 | 34 |
| Binary | 110001 | 1000001 | 1011101 | 101111 | 11110 | 0 | 1000000 | 11011010 | 11111 | 11100 |
Color Harmonies of #31415D
Complementary color
Monochromatic Colors of #31415D
Black with #31415D
Text Example
Text Example
White with #31415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31415D; }
p { color: rgb(49,65,93); }
H1.HeaderClassName
{
color: #31415D;
}
.AnyTagClassName
{
color: #31415D;
}
</style>
background-color css
<style>
a { background-color: #31415D; }
a { background-color: rgb(49,65,93); }
div.DivClassName
{
background-color: #31415D;
}
.BgClassName
{
background-color: #31415D;
}
</style>
border-color css
<style>
span { border-color: #31415D; }
span { border-color: rgb(49,65,93); }
td.TdClassName
{
border-color: #31415D;
}
.TagClassName
{
border-color: #31415D;
}
</style>