Shades of Gulf Blue #393D55
Tints of Gulf Blue #393D55
RGB
CMYK
RGB Variations
Color information
#393D55 (or 0x393D55) is known color: Gulf Blue. HEX triplet: 39, 3D and 55. RGB value is (57,61,85). Sum of RGB (Red+Green+Blue) = 57+61+85=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #393D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D55 is #C6C2AA. Grayscale: #3E3E3E. Windows color (decimal): -13025963 or 5586233. OLE color: 5586233.
HSL color Cylindrical-coordinate representation of color #393D55: hue angle of 231.43º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #393D55 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 61 | 85 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.67 |
| HSL | 231.43º | 0.2% | 0.28% | - |
| HSV(B) | 231.43º | 0.33% | 0.33% | - |
| XYZ | 5 | 4.86 | 9.27 | - |
| YUV | 62.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 85 | 0.33 | 0.28 | 0 | 0.67 | 231.43 | 0.2 | 0.28 |
| Hex | 39 | 3D | 55 | 21 | 1C | 0 | 43 | E7 | 14 | 1C |
| Octal | 71 | 75 | 125 | 41 | 34 | 0 | 103 | 347 | 24 | 34 |
| Binary | 111001 | 111101 | 1010101 | 100001 | 11100 | 0 | 1000011 | 11100111 | 10100 | 11100 |
Color Harmonies of #393D55
Complementary color
Monochromatic Colors of #393D55
Black with #393D55
Text Example
Text Example
White with #393D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D55; }
p { color: rgb(57,61,85); }
H1.HeaderClassName
{
color: #393D55;
}
.AnyTagClassName
{
color: #393D55;
}
</style>
background-color css
<style>
a { background-color: #393D55; }
a { background-color: rgb(57,61,85); }
div.DivClassName
{
background-color: #393D55;
}
.BgClassName
{
background-color: #393D55;
}
</style>
border-color css
<style>
span { border-color: #393D55; }
span { border-color: rgb(57,61,85); }
td.TdClassName
{
border-color: #393D55;
}
.TagClassName
{
border-color: #393D55;
}
</style>