#394059

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

Shades of Gulf Blue #394059

Tints of Gulf Blue #394059

Color information

#394059 (or 0x394059) is unknown color: approx Gulf Blue. HEX triplet: 39, 40 and 59. RGB value is (57,64,89). Sum of RGB (Red+Green+Blue) = 57+64+89=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #394059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394059 is #C6BFA6. Grayscale: #404040. Windows color (decimal): -13025191 or 5849145. OLE color: 5849145.

HSL color Cylindrical-coordinate representation of color #394059: hue angle of 226.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #394059 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB576489-
CMYK0.360.2800.65
HSL226.88º21.92%28.63%-
HSV(B)226.88º35.96%34.9%-
XYZ5.325.2610.19-
YUV64.76141.68122.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=27.14%
G=30.48%
B=42.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5764890.360.2800.65226.8821.9228.63
Hex394059241C041e3161d
Octal71100131443401013432635
Binary111001100000010110011001001110001000001111000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394059; }

 p { color: rgb(57,64,89); }

 H1.HeaderClassName
 {
   color: #394059;
 }
 .AnyTagClassName
 {
   color: #394059;
 }
</style>
background-color css

<style>
 a { background-color: #394059; }

 a { background-color: rgb(57,64,89); }

 div.DivClassName
 {
   background-color: #394059;
 }
 .BgClassName
 {
   background-color: #394059;
 }
</style>
border-color css

<style>
 span { border-color: #394059; }

 span { border-color: rgb(57,64,89); }

 td.TdClassName
 {
   border-color: #394059;
 }
 .TagClassName
 {
   border-color: #394059;
 }
</style>