#394171

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

Shades of Port Gore #394171

Tints of Port Gore #394171

Color information

#394171 (or 0x394171) is unknown color: approx Port Gore. HEX triplet: 39, 41 and 71. RGB value is (57,65,113). Sum of RGB (Red+Green+Blue) = 57+65+113=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #394171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394171 is #C6BE8E. Grayscale: #434343. Windows color (decimal): -13024911 or 7422265. OLE color: 7422265.

HSL color Cylindrical-coordinate representation of color #394171: hue angle of 231.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #394171 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5765113-
CMYK0.500.4200.56
HSL231.43º32.94%33.33%-
HSV(B)231.43º49.56%44.31%-
XYZ6.565.8416.4-
YUV68.08153.35120.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=24.26%
G=27.66%
B=48.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57651130.500.4200.56231.4332.9433.33
Hex394171322A038e72121
Octal7110116162520703474141
Binary11100110000011110001110010101010011100011100111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394171; }

 p { color: rgb(57,65,113); }

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

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

 a { background-color: rgb(57,65,113); }

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

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

 span { border-color: rgb(57,65,113); }

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