Shades of Gulf Blue #393D56
Tints of Gulf Blue #393D56
RGB
CMYK
RGB Variations
Color information
#393D56 (or 0x393D56) is known color: Gulf Blue. HEX triplet: 39, 3D and 56. RGB value is (57,61,86). Sum of RGB (Red+Green+Blue) = 57+61+86=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #393D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D56 is #C6C2A9. Grayscale: #3E3E3E. Windows color (decimal): -13025962 or 5651769. OLE color: 5651769.
HSL color Cylindrical-coordinate representation of color #393D56: hue angle of 231.72º 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 #393D56 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 61 | 86 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.66 |
| HSL | 231.72º | 0.2% | 0.28% | - |
| HSV(B) | 231.72º | 0.34% | 0.34% | - |
| XYZ | 5.04 | 4.88 | 9.48 | - |
| YUV | 62.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 86 | 0.34 | 0.29 | 0 | 0.66 | 231.72 | 0.2 | 0.28 |
| Hex | 39 | 3D | 56 | 22 | 1D | 0 | 42 | E8 | 14 | 1C |
| Octal | 71 | 75 | 126 | 42 | 35 | 0 | 102 | 350 | 24 | 34 |
| Binary | 111001 | 111101 | 1010110 | 100010 | 11101 | 0 | 1000010 | 11101000 | 10100 | 11100 |
Color Harmonies of #393D56
Complementary color
Monochromatic Colors of #393D56
Black with #393D56
Text Example
Text Example
White with #393D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D56; }
p { color: rgb(57,61,86); }
H1.HeaderClassName
{
color: #393D56;
}
.AnyTagClassName
{
color: #393D56;
}
</style>
background-color css
<style>
a { background-color: #393D56; }
a { background-color: rgb(57,61,86); }
div.DivClassName
{
background-color: #393D56;
}
.BgClassName
{
background-color: #393D56;
}
</style>
border-color css
<style>
span { border-color: #393D56; }
span { border-color: rgb(57,61,86); }
td.TdClassName
{
border-color: #393D56;
}
.TagClassName
{
border-color: #393D56;
}
</style>