#394660

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

Shades of Gulf Blue #394660

Tints of Gulf Blue #394660

Color information

#394660 (or 0x394660) is unknown color: approx Gulf Blue. HEX triplet: 39, 46 and 60. RGB value is (57,70,96). Sum of RGB (Red+Green+Blue) = 57+70+96=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #394660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394660 is #C6B99F. Grayscale: #444444. Windows color (decimal): -13023648 or 6309433. OLE color: 6309433.

HSL color Cylindrical-coordinate representation of color #394660: hue angle of 220º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #394660 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB577096-
CMYK0.410.2700.62
HSL220º25.49%30%-
HSV(B)220º40.62%37.65%-
XYZ5.996.0911.93-
YUV69.08143.19119.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=25.56%
G=31.39%
B=43.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5770960.410.2700.6222025.4930
Hex394660291B03Edc191e
Octal7110614051330763343136
Binary11100110001101100000101001110110111110110111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394660; }

 p { color: rgb(57,70,96); }

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

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

 a { background-color: rgb(57,70,96); }

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

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

 span { border-color: rgb(57,70,96); }

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