#394662

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

Shades of Gulf Blue #394662

Tints of Gulf Blue #394662

Color information

#394662 (or 0x394662) is unknown color: approx Gulf Blue. HEX triplet: 39, 46 and 62. RGB value is (57,70,98). Sum of RGB (Red+Green+Blue) = 57+70+98=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #394662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394662 is #C6B99D. Grayscale: #454545. Windows color (decimal): -13023646 or 6440505. OLE color: 6440505.

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

Color convert

RGB577098-
CMYK0.420.2900.62
HSL220.98º26.45%30.39%-
HSV(B)220.98º41.84%38.43%-
XYZ6.086.1312.42-
YUV69.3144.19119.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=25.33%
G=31.11%
B=43.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5770980.420.2900.62220.9826.4530.39
Hex3946622A1D03Edd1a1e
Octal7110614252350763353236
Binary11100110001101100010101010111010111110110111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394662; }

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

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

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

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

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

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

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

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