#39476E

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

Shades of Port Gore #39476E

Tints of Port Gore #39476E

Color information

#39476E (or 0x39476E) is unknown color: approx Port Gore. HEX triplet: 39, 47 and 6E. RGB value is (57,71,110). Sum of RGB (Red+Green+Blue) = 57+71+110=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #39476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39476E is #C6B891. Grayscale: #474747. Windows color (decimal): -13023378 or 7227193. OLE color: 7227193.

HSL color Cylindrical-coordinate representation of color #39476E: hue angle of 224.15º 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 #39476E is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5771110-
CMYK0.480.3500.57
HSL224.15º31.74%32.75%-
HSV(B)224.15º48.18%43.14%-
XYZ6.766.515.65-
YUV71.26149.86117.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 110 (43.36% from 255) = 46.22%
R=23.95%
G=29.83%
B=46.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57711100.480.3500.57224.1531.7432.75
Hex39476E3023039e02021
Octal7110715660430713404041
Binary11100110001111101110110000100011011100111100000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39476E; }

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

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

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

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

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

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

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

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