#39486C

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

Shades of Port Gore #39486C

Tints of Port Gore #39486C

Color information

#39486C (or 0x39486C) is unknown color: approx Port Gore. HEX triplet: 39, 48 and 6C. RGB value is (57,72,108). Sum of RGB (Red+Green+Blue) = 57+72+108=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #39486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39486C is #C6B793. Grayscale: #474747. Windows color (decimal): -13023124 or 7096377. OLE color: 7096377.

HSL color Cylindrical-coordinate representation of color #39486C: hue angle of 222.35º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39486C is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5772108-
CMYK0.470.3300.58
HSL222.35º30.91%32.35%-
HSV(B)222.35º47.22%42.35%-
XYZ6.716.5915.11-
YUV71.62148.53117.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=24.05%
G=30.38%
B=45.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57721080.470.3300.58222.3530.9132.35
Hex39486C2F2103Ade1f20
Octal7111015457410723363740
Binary1110011001000110110010111110000101110101101111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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