#393F6E

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

Shades of Port Gore #393F6E

Tints of Port Gore #393F6E

Color information

#393F6E (or 0x393F6E) is unknown color: approx Port Gore. HEX triplet: 39, 3F and 6E. RGB value is (57,63,110). Sum of RGB (Red+Green+Blue) = 57+63+110=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #393F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F6E is #C6C091. Grayscale: #424242. Windows color (decimal): -13025426 or 7225145. OLE color: 7225145.

HSL color Cylindrical-coordinate representation of color #393F6E: hue angle of 233.21º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #393F6E is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5763110-
CMYK0.480.4300.57
HSL233.21º31.74%32.75%-
HSV(B)233.21º48.18%43.14%-
XYZ6.285.5515.49-
YUV66.56152.51121.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 110 (43.36% from 255) = 47.83%
R=24.78%
G=27.39%
B=47.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57631100.480.4300.57233.2131.7432.75
Hex393F6E302B039e92021
Octal717715660530713514041
Binary1110011111111101110110000101011011100111101001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393F6E; }

 p { color: rgb(57,63,110); }

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

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

 a { background-color: rgb(57,63,110); }

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

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

 span { border-color: rgb(57,63,110); }

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