#394673

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

Shades of Port Gore #394673

Tints of Port Gore #394673

Color information

#394673 (or 0x394673) is unknown color: approx Port Gore. HEX triplet: 39, 46 and 73. RGB value is (57,70,115). Sum of RGB (Red+Green+Blue) = 57+70+115=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #394673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394673 is #C6B98C. Grayscale: #474747. Windows color (decimal): -13023629 or 7554617. OLE color: 7554617.

HSL color Cylindrical-coordinate representation of color #394673: hue angle of 226.55º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #394673 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5770115-
CMYK0.500.3900.55
HSL226.55º33.72%33.73%-
HSV(B)226.55º50.43%45.1%-
XYZ6.976.4917.1-
YUV71.24152.69117.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=23.55%
G=28.93%
B=47.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57701150.500.3900.55226.5533.7233.73
Hex3946733227037e32222
Octal7110616362470673434242
Binary11100110001101110011110010100111011011111100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394673; }

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

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

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

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

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

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

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

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