#394873

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

Shades of Port Gore #394873

Tints of Port Gore #394873

Color information

#394873 (or 0x394873) is unknown color: approx Port Gore. HEX triplet: 39, 48 and 73. RGB value is (57,72,115). Sum of RGB (Red+Green+Blue) = 57+72+115=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #394873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394873 is #C6B78C. Grayscale: #484848. Windows color (decimal): -13023117 or 7555129. OLE color: 7555129.

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

Color convert

RGB5772115-
CMYK0.500.3700.55
HSL224.48º33.72%33.73%-
HSV(B)224.48º50.43%45.1%-
XYZ7.16.7417.15-
YUV72.42152.03117-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=23.36%
G=29.51%
B=47.13%

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
Decimal57721150.500.3700.55224.4833.7233.73
Hex3948733225037e02222
Octal7111016362450673404242
Binary11100110010001110011110010100101011011111100000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394873; }

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

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

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

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

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

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

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

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