#394070

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

Shades of Port Gore #394070

Tints of Port Gore #394070

Color information

#394070 (or 0x394070) is unknown color: approx Port Gore. HEX triplet: 39, 40 and 70. RGB value is (57,64,112). Sum of RGB (Red+Green+Blue) = 57+64+112=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #394070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394070 is #C6BF8F. Grayscale: #434343. Windows color (decimal): -13025168 or 7356473. OLE color: 7356473.

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

Color convert

RGB5764112-
CMYK0.490.4300.56
HSL232.36º32.54%33.14%-
HSV(B)232.36º49.11%43.92%-
XYZ6.455.7116.09-
YUV67.38153.18120.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=24.46%
G=27.47%
B=48.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57641120.490.4300.56232.3632.5433.14
Hex394070312B038e82121
Octal7110016061530703504141
Binary11100110000001110000110001101011011100011101000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394070; }

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

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

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

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

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

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

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

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