#394270

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

Shades of Port Gore #394270

Tints of Port Gore #394270

Color information

#394270 (or 0x394270) is unknown color: approx Port Gore. HEX triplet: 39, 42 and 70. RGB value is (57,66,112). Sum of RGB (Red+Green+Blue) = 57+66+112=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #394270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394270 is #C6BD8F. Grayscale: #444444. Windows color (decimal): -13024656 or 7356985. OLE color: 7356985.

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

Color convert

RGB5766112-
CMYK0.490.4100.56
HSL230.18º32.54%33.14%-
HSV(B)230.18º49.11%43.92%-
XYZ6.565.9416.13-
YUV68.55152.52119.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=24.26%
G=28.09%
B=47.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57661120.490.4100.56230.1832.5433.14
Hex3942703129038e62121
Octal7110216061510703464141
Binary11100110000101110000110001101001011100011100110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394270; }

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

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

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

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

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

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

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

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