#394763

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

Shades of Gulf Blue #394763

Tints of Gulf Blue #394763

Color information

#394763 (or 0x394763) is unknown color: approx Gulf Blue. HEX triplet: 39, 47 and 63. RGB value is (57,71,99). Sum of RGB (Red+Green+Blue) = 57+71+99=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #394763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394763 is #C6B89C. Grayscale: #454545. Windows color (decimal): -13023389 or 6506297. OLE color: 6506297.

HSL color Cylindrical-coordinate representation of color #394763: hue angle of 220º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #394763 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB577199-
CMYK0.420.2800.61
HSL220º26.92%30.59%-
HSV(B)220º42.42%38.82%-
XYZ6.196.2812.69-
YUV70.01144.36118.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=25.11%
G=31.28%
B=43.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5771990.420.2800.6122026.9230.59
Hex3947632A1C03Ddc1b1f
Octal7110714352340753343337
Binary11100110001111100011101010111000111101110111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394763; }

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

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

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

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

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

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

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

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