Shades of Gulf Blue #313D59
Tints of Gulf Blue #313D59
RGB
CMYK
RGB Variations
Color information
#313D59 (or 0x313D59) is known color: Gulf Blue. HEX triplet: 31, 3D and 59. RGB value is (49,61,89). Sum of RGB (Red+Green+Blue) = 49+61+89=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #313D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D59 is #CEC2A6. Grayscale: #3C3C3C. Windows color (decimal): -13550247 or 5848369. OLE color: 5848369.
HSL color Cylindrical-coordinate representation of color #313D59: hue angle of 222º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #313D59 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 61 | 89 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.65 |
| HSL | 222º | 0.29% | 0.27% | - |
| HSV(B) | 222º | 0.45% | 0.35% | - |
| XYZ | 4.74 | 4.71 | 10.11 | - |
| YUV | 60.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 89 | 0.45 | 0.31 | 0 | 0.65 | 222 | 0.29 | 0.27 |
| Hex | 31 | 3D | 59 | 2D | 1F | 0 | 41 | DE | 1D | 1B |
| Octal | 61 | 75 | 131 | 55 | 37 | 0 | 101 | 336 | 35 | 33 |
| Binary | 110001 | 111101 | 1011001 | 101101 | 11111 | 0 | 1000001 | 11011110 | 11101 | 11011 |
Color Harmonies of #313D59
Complementary color
Monochromatic Colors of #313D59
Black with #313D59
Text Example
Text Example
White with #313D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D59; }
p { color: rgb(49,61,89); }
H1.HeaderClassName
{
color: #313D59;
}
.AnyTagClassName
{
color: #313D59;
}
</style>
background-color css
<style>
a { background-color: #313D59; }
a { background-color: rgb(49,61,89); }
div.DivClassName
{
background-color: #313D59;
}
.BgClassName
{
background-color: #313D59;
}
</style>
border-color css
<style>
span { border-color: #313D59; }
span { border-color: rgb(49,61,89); }
td.TdClassName
{
border-color: #313D59;
}
.TagClassName
{
border-color: #313D59;
}
</style>