#394674

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

Shades of Port Gore #394674

Tints of Port Gore #394674

Color information

#394674 (or 0x394674) is unknown color: approx Port Gore. HEX triplet: 39, 46 and 74. RGB value is (57,70,116). Sum of RGB (Red+Green+Blue) = 57+70+116=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #394674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394674 is #C6B98B. Grayscale: #474747. Windows color (decimal): -13023628 or 7620153. OLE color: 7620153.

HSL color Cylindrical-coordinate representation of color #394674: hue angle of 226.78º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #394674 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5770116-
CMYK0.510.4000.55
HSL226.78º34.1%33.92%-
HSV(B)226.78º50.86%45.49%-
XYZ7.036.5117.41-
YUV71.36153.19117.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 116 (45.70% from 255) = 47.74%
R=23.46%
G=28.81%
B=47.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57701160.510.4000.55226.7834.133.92
Hex3946743328037e32222
Octal7110616463500673434242
Binary11100110001101110100110011101000011011111100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394674; }

 p { color: rgb(57,70,116); }

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

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

 a { background-color: rgb(57,70,116); }

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

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

 span { border-color: rgb(57,70,116); }

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