#39486F

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

Shades of Port Gore #39486F

Tints of Port Gore #39486F

Color information

#39486F (or 0x39486F) is unknown color: approx Port Gore. HEX triplet: 39, 48 and 6F. RGB value is (57,72,111). Sum of RGB (Red+Green+Blue) = 57+72+111=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #39486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39486F is #C6B790. Grayscale: #474747. Windows color (decimal): -13023121 or 7292985. OLE color: 7292985.

HSL color Cylindrical-coordinate representation of color #39486F: hue angle of 223.33º degrees, saturation: 0.32, 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 #39486F is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5772111-
CMYK0.490.3500.56
HSL223.33º32.14%32.94%-
HSV(B)223.33º48.65%43.53%-
XYZ6.876.6515.96-
YUV71.96150.03117.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 111 (43.75% from 255) = 46.25%
R=23.75%
G=30%
B=46.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57721110.490.3500.56223.3332.1432.94
Hex39486F3123038df2021
Octal7111015761430703374041
Binary11100110010001101111110001100011011100011011111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39486F; }

 p { color: rgb(57,72,111); }

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

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

 a { background-color: rgb(57,72,111); }

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

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

 span { border-color: rgb(57,72,111); }

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