#393D56

Color #393D56 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #393D56

Tints of Gulf Blue #393D56

Color information

#393D56 (or 0x393D56) is unknown color: approx 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

RGB576186-
CMYK0.340.2900.66
HSL231.72º20.28%28.04%-
HSV(B)231.72º33.72%33.73%-
XYZ5.044.889.48-
YUV62.65141.17123.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=27.94%
G=29.90%
B=42.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5761860.340.2900.66231.7220.2828.04
Hex393D56221D042e8141c
Octal7175126423501023502434
Binary11100111110110101101000101110101000010111010001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>