Shades of Gulf Blue #31395B
Tints of Gulf Blue #31395B
RGB
CMYK
RGB Variations
Color information
#31395B (or 0x31395B) is known color: Gulf Blue. HEX triplet: 31, 39 and 5B. RGB value is (49,57,91). Sum of RGB (Red+Green+Blue) = 49+57+91=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #31395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31395B is #CEC6A4. Grayscale: #3A3A3A. Windows color (decimal): -13551269 or 5978417. OLE color: 5978417.
HSL color Cylindrical-coordinate representation of color #31395B: hue angle of 228.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31395B is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 57 | 91 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.64 |
| HSL | 228.57º | 0.3% | 0.27% | - |
| HSV(B) | 228.57º | 0.46% | 0.36% | - |
| XYZ | 4.62 | 4.33 | 10.49 | - |
| YUV | 58.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 91 | 0.46 | 0.37 | 0 | 0.64 | 228.57 | 0.3 | 0.27 |
| Hex | 31 | 39 | 5B | 2E | 25 | 0 | 40 | E5 | 1E | 1B |
| Octal | 61 | 71 | 133 | 56 | 45 | 0 | 100 | 345 | 36 | 33 |
| Binary | 110001 | 111001 | 1011011 | 101110 | 100101 | 0 | 1000000 | 11100101 | 11110 | 11011 |
Color Harmonies of #31395B
Complementary color
Monochromatic Colors of #31395B
Black with #31395B
Text Example
Text Example
White with #31395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31395B; }
p { color: rgb(49,57,91); }
H1.HeaderClassName
{
color: #31395B;
}
.AnyTagClassName
{
color: #31395B;
}
</style>
background-color css
<style>
a { background-color: #31395B; }
a { background-color: rgb(49,57,91); }
div.DivClassName
{
background-color: #31395B;
}
.BgClassName
{
background-color: #31395B;
}
</style>
border-color css
<style>
span { border-color: #31395B; }
span { border-color: rgb(49,57,91); }
td.TdClassName
{
border-color: #31395B;
}
.TagClassName
{
border-color: #31395B;
}
</style>