#394966

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

Shades of Gulf Blue #394966

Tints of Gulf Blue #394966

Color information

#394966 (or 0x394966) is unknown color: approx Gulf Blue. HEX triplet: 39, 49 and 66. RGB value is (57,73,102). Sum of RGB (Red+Green+Blue) = 57+73+102=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #394966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394966 is #C6B699. Grayscale: #474747. Windows color (decimal): -13022874 or 6703417. OLE color: 6703417.

HSL color Cylindrical-coordinate representation of color #394966: hue angle of 218.67º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #394966 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5773102-
CMYK0.440.2800.6
HSL218.67º28.3%31.18%-
HSV(B)218.67º44.12%40%-
XYZ6.476.5913.5-
YUV71.52145.2117.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=24.57%
G=31.47%
B=43.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57731020.440.2800.6218.6728.331.18
Hex3949662C1C03Cdb1c1f
Octal7111114654340743333437
Binary11100110010011100110101100111000111100110110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394966; }

 p { color: rgb(57,73,102); }

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

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

 a { background-color: rgb(57,73,102); }

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

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

 span { border-color: rgb(57,73,102); }

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