#394969

Color #394969 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #394969

Tints of Port Gore #394969

Color information

#394969 (or 0x394969) is unknown color: approx Port Gore. HEX triplet: 39, 49 and 69. RGB value is (57,73,105). Sum of RGB (Red+Green+Blue) = 57+73+105=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #394969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394969 is #C6B696. Grayscale: #474747. Windows color (decimal): -13022871 or 6900025. OLE color: 6900025.

HSL color Cylindrical-coordinate representation of color #394969: hue angle of 220º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #394969 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5773105-
CMYK0.460.3000.59
HSL220º29.63%31.76%-
HSV(B)220º45.71%41.18%-
XYZ6.626.6514.3-
YUV71.86146.7117.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=24.26%
G=31.06%
B=44.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57731050.460.3000.5922029.6331.76
Hex3949692E1E03Bdc1e20
Octal7111115156360733343640
Binary111001100100111010011011101111001110111101110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394969; }

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

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

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

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

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

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

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

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