#393E69

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

Shades of Port Gore #393E69

Tints of Port Gore #393E69

Color information

#393E69 (or 0x393E69) is unknown color: approx Port Gore. HEX triplet: 39, 3E and 69. RGB value is (57,62,105). Sum of RGB (Red+Green+Blue) = 57+62+105=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #393E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E69 is #C6C196. Grayscale: #414141. Windows color (decimal): -13025687 or 6897209. OLE color: 6897209.

HSL color Cylindrical-coordinate representation of color #393E69: hue angle of 233.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #393E69 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5762105-
CMYK0.460.4100.59
HSL233.75º29.63%31.76%-
HSV(B)233.75º45.71%41.18%-
XYZ5.965.3414.08-
YUV65.41150.34122-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=25.45%
G=27.68%
B=46.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57621050.460.4100.59233.7529.6331.76
Hex393E692E2903Bea1e20
Octal717615156510733523640
Binary111001111110110100110111010100101110111110101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,62,105); }

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

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

 a { background-color: rgb(57,62,105); }

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

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

 span { border-color: rgb(57,62,105); }

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