#394661

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

Shades of Gulf Blue #394661

Tints of Gulf Blue #394661

Color information

#394661 (or 0x394661) is unknown color: approx Gulf Blue. HEX triplet: 39, 46 and 61. RGB value is (57,70,97). Sum of RGB (Red+Green+Blue) = 57+70+97=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #394661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394661 is #C6B99E. Grayscale: #454545. Windows color (decimal): -13023647 or 6374969. OLE color: 6374969.

HSL color Cylindrical-coordinate representation of color #394661: hue angle of 220.5º degrees, saturation: 0.26, 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 #394661 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB577097-
CMYK0.410.2800.62
HSL220.5º25.97%30.2%-
HSV(B)220.5º41.24%38.04%-
XYZ6.046.1112.17-
YUV69.19143.69119.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=25.45%
G=31.25%
B=43.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5770970.410.2800.62220.525.9730.2
Hex394661291C03Edc1a1e
Octal7110614151340763343236
Binary11100110001101100001101001111000111110110111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394661; }

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

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

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

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

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

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

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

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