#394973

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

Shades of Port Gore #394973

Tints of Port Gore #394973

Color information

#394973 (or 0x394973) is unknown color: approx Port Gore. HEX triplet: 39, 49 and 73. RGB value is (57,73,115). Sum of RGB (Red+Green+Blue) = 57+73+115=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #394973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394973 is #C6B68C. Grayscale: #484848. Windows color (decimal): -13022861 or 7555385. OLE color: 7555385.

HSL color Cylindrical-coordinate representation of color #394973: hue angle of 223.45º 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 #394973 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5773115-
CMYK0.500.3700.55
HSL223.45º33.72%33.73%-
HSV(B)223.45º50.43%45.1%-
XYZ7.166.8717.17-
YUV73151.7116.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=23.27%
G=29.80%
B=46.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57731150.500.3700.55223.4533.7233.73
Hex3949733225037df2222
Octal7111116362450673374242
Binary11100110010011110011110010100101011011111011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394973; }

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

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

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

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

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

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

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

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