#394470

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

Shades of Port Gore #394470

Tints of Port Gore #394470

Color information

#394470 (or 0x394470) is unknown color: approx Port Gore. HEX triplet: 39, 44 and 70. RGB value is (57,68,112). Sum of RGB (Red+Green+Blue) = 57+68+112=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #394470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394470 is #C6BB8F. Grayscale: #454545. Windows color (decimal): -13024144 or 7357497. OLE color: 7357497.

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

Color convert

RGB5768112-
CMYK0.490.3900.56
HSL228º32.54%33.14%-
HSV(B)228º49.11%43.92%-
XYZ6.686.1716.17-
YUV69.73151.86118.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=24.05%
G=28.69%
B=47.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57681120.490.3900.5622832.5433.14
Hex3944703127038e42121
Octal7110416061470703444141
Binary11100110001001110000110001100111011100011100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394470; }

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

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

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

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

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

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

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

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