Shades of Gulf Blue #31395C
Tints of Gulf Blue #31395C
RGB
CMYK
RGB Variations
Color information
#31395C (or 0x31395C) is known color: Gulf Blue. HEX triplet: 31, 39 and 5C. RGB value is (49,57,92). Sum of RGB (Red+Green+Blue) = 49+57+92=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #31395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31395C is #CEC6A3. Grayscale: #3A3A3A. Windows color (decimal): -13551268 or 6043953. OLE color: 6043953.
HSL color Cylindrical-coordinate representation of color #31395C: hue angle of 228.84º degrees, saturation: 0.3, 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 #31395C is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 57 | 92 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.64 |
| HSL | 228.84º | 0.3% | 0.28% | - |
| HSV(B) | 228.84º | 0.47% | 0.36% | - |
| XYZ | 4.66 | 4.35 | 10.72 | - |
| YUV | 58.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 92 | 0.47 | 0.38 | 0 | 0.64 | 228.84 | 0.3 | 0.28 |
| Hex | 31 | 39 | 5C | 2F | 26 | 0 | 40 | E5 | 1E | 1C |
| Octal | 61 | 71 | 134 | 57 | 46 | 0 | 100 | 345 | 36 | 34 |
| Binary | 110001 | 111001 | 1011100 | 101111 | 100110 | 0 | 1000000 | 11100101 | 11110 | 11100 |
Color Harmonies of #31395C
Complementary color
Monochromatic Colors of #31395C
Black with #31395C
Text Example
Text Example
White with #31395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31395C; }
p { color: rgb(49,57,92); }
H1.HeaderClassName
{
color: #31395C;
}
.AnyTagClassName
{
color: #31395C;
}
</style>
background-color css
<style>
a { background-color: #31395C; }
a { background-color: rgb(49,57,92); }
div.DivClassName
{
background-color: #31395C;
}
.BgClassName
{
background-color: #31395C;
}
</style>
border-color css
<style>
span { border-color: #31395C; }
span { border-color: rgb(49,57,92); }
td.TdClassName
{
border-color: #31395C;
}
.TagClassName
{
border-color: #31395C;
}
</style>