#394370

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

Shades of Port Gore #394370

Tints of Port Gore #394370

Color information

#394370 (or 0x394370) is unknown color: approx Port Gore. HEX triplet: 39, 43 and 70. RGB value is (57,67,112). Sum of RGB (Red+Green+Blue) = 57+67+112=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #394370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394370 is #C6BC8F. Grayscale: #444444. Windows color (decimal): -13024400 or 7357241. OLE color: 7357241.

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

Color convert

RGB5767112-
CMYK0.490.4000.56
HSL229.09º32.54%33.14%-
HSV(B)229.09º49.11%43.92%-
XYZ6.626.0516.15-
YUV69.14152.19119.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=24.15%
G=28.39%
B=47.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57671120.490.4000.56229.0932.5433.14
Hex3943703128038e52121
Octal7110316061500703454141
Binary11100110000111110000110001101000011100011100101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394370; }

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

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

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

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

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

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

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

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