#394371

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

Shades of Port Gore #394371

Tints of Port Gore #394371

Color information

#394371 (or 0x394371) is unknown color: approx Port Gore. HEX triplet: 39, 43 and 71. RGB value is (57,67,113). Sum of RGB (Red+Green+Blue) = 57+67+113=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #394371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394371 is #C6BC8E. Grayscale: #454545. Windows color (decimal): -13024399 or 7422777. OLE color: 7422777.

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

Color convert

RGB5767113-
CMYK0.500.4100.56
HSL229.29º32.94%33.33%-
HSV(B)229.29º49.56%44.31%-
XYZ6.686.0816.44-
YUV69.25152.69119.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 67 (26.56% from 255) = 28.27%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=24.05%
G=28.27%
B=47.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57671130.500.4100.56229.2932.9433.33
Hex3943713229038e52121
Octal7110316162510703454141
Binary11100110000111110001110010101001011100011100101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394371; }

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

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

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

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

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

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

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

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