#39406E

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

Shades of Port Gore #39406E

Tints of Port Gore #39406E

Color information

#39406E (or 0x39406E) is unknown color: approx Port Gore. HEX triplet: 39, 40 and 6E. RGB value is (57,64,110). Sum of RGB (Red+Green+Blue) = 57+64+110=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #39406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39406E is #C6BF91. Grayscale: #424242. Windows color (decimal): -13025170 or 7225401. OLE color: 7225401.

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

Color convert

RGB5764110-
CMYK0.480.4200.57
HSL232.08º31.74%32.75%-
HSV(B)232.08º48.18%43.14%-
XYZ6.345.6615.51-
YUV67.15152.18120.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=24.68%
G=27.71%
B=47.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57641100.480.4200.57232.0831.7432.75
Hex39406E302A039e82021
Octal7110015660520713504041
Binary11100110000001101110110000101010011100111101000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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