#394762

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

Shades of Gulf Blue #394762

Tints of Gulf Blue #394762

Color information

#394762 (or 0x394762) is unknown color: approx Gulf Blue. HEX triplet: 39, 47 and 62. RGB value is (57,71,98). Sum of RGB (Red+Green+Blue) = 57+71+98=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #394762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394762 is #C6B89D. Grayscale: #454545. Windows color (decimal): -13023390 or 6440761. OLE color: 6440761.

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

Color convert

RGB577198-
CMYK0.420.2800.62
HSL219.51º26.45%30.39%-
HSV(B)219.51º41.84%38.43%-
XYZ6.156.2612.44-
YUV69.89143.86118.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=25.22%
G=31.42%
B=43.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5771980.420.2800.62219.5126.4530.39
Hex3947622A1C03Edc1a1e
Octal7110714252340763343236
Binary11100110001111100010101010111000111110110111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394762; }

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

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

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

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

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

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

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

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