#394159

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

Shades of Gulf Blue #394159

Tints of Gulf Blue #394159

Color information

#394159 (or 0x394159) is unknown color: approx Gulf Blue. HEX triplet: 39, 41 and 59. RGB value is (57,65,89). Sum of RGB (Red+Green+Blue) = 57+65+89=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #394159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394159 is #C6BEA6. Grayscale: #414141. Windows color (decimal): -13024935 or 5849401. OLE color: 5849401.

HSL color Cylindrical-coordinate representation of color #394159: hue angle of 225º 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 #394159 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB576589-
CMYK0.360.2700.65
HSL225º21.92%28.63%-
HSV(B)225º35.96%34.9%-
XYZ5.385.3710.2-
YUV65.34141.35122.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=27.01%
G=30.81%
B=42.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5765890.360.2700.6522521.9228.63
Hex394159241B041e1161d
Octal71101131443301013412635
Binary111001100000110110011001001101101000001111000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394159; }

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

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

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

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

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

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

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

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