Shades of Gulf Blue #393E56
Tints of Gulf Blue #393E56
RGB
CMYK
RGB Variations
Color information
#393E56 (or 0x393E56) is known color: Gulf Blue. HEX triplet: 39, 3E and 56. RGB value is (57,62,86). Sum of RGB (Red+Green+Blue) = 57+62+86=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #393E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E56 is #C6C1A9. Grayscale: #3F3F3F. Windows color (decimal): -13025706 or 5652025. OLE color: 5652025.
HSL color Cylindrical-coordinate representation of color #393E56: hue angle of 229.66º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #393E56 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 62 | 86 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.66 |
| HSL | 229.66º | 0.2% | 0.28% | - |
| HSV(B) | 229.66º | 0.34% | 0.34% | - |
| XYZ | 5.09 | 4.99 | 9.5 | - |
| YUV | 63.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 86 | 0.34 | 0.28 | 0 | 0.66 | 229.66 | 0.2 | 0.28 |
| Hex | 39 | 3E | 56 | 22 | 1C | 0 | 42 | E6 | 14 | 1C |
| Octal | 71 | 76 | 126 | 42 | 34 | 0 | 102 | 346 | 24 | 34 |
| Binary | 111001 | 111110 | 1010110 | 100010 | 11100 | 0 | 1000010 | 11100110 | 10100 | 11100 |
Color Harmonies of #393E56
Complementary color
Monochromatic Colors of #393E56
Black with #393E56
Text Example
Text Example
White with #393E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E56; }
p { color: rgb(57,62,86); }
H1.HeaderClassName
{
color: #393E56;
}
.AnyTagClassName
{
color: #393E56;
}
</style>
background-color css
<style>
a { background-color: #393E56; }
a { background-color: rgb(57,62,86); }
div.DivClassName
{
background-color: #393E56;
}
.BgClassName
{
background-color: #393E56;
}
</style>
border-color css
<style>
span { border-color: #393E56; }
span { border-color: rgb(57,62,86); }
td.TdClassName
{
border-color: #393E56;
}
.TagClassName
{
border-color: #393E56;
}
</style>