#39486D

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

Shades of Port Gore #39486D

Tints of Port Gore #39486D

Color information

#39486D (or 0x39486D) is unknown color: approx Port Gore. HEX triplet: 39, 48 and 6D. RGB value is (57,72,109). Sum of RGB (Red+Green+Blue) = 57+72+109=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #39486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39486D is #C6B792. Grayscale: #474747. Windows color (decimal): -13023123 or 7161913. OLE color: 7161913.

HSL color Cylindrical-coordinate representation of color #39486D: hue angle of 222.69º degrees, saturation: 0.31, 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 #39486D is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5772109-
CMYK0.480.3400.57
HSL222.69º31.33%32.55%-
HSV(B)222.69º47.71%42.75%-
XYZ6.776.6115.39-
YUV71.73149.03117.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=23.95%
G=30.25%
B=45.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57721090.480.3400.57222.6931.3332.55
Hex39486D3022039df1f21
Octal7111015560420713373741
Binary1110011001000110110111000010001001110011101111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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