#3E496C

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

Shades of Port Gore #3E496C

Tints of Port Gore #3E496C

Color information

#3E496C (or 0x3E496C) is unknown color: approx Port Gore. HEX triplet: 3E, 49 and 6C. RGB value is (62,73,108). Sum of RGB (Red+Green+Blue) = 62+73+108=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E496C is #C1B693. Grayscale: #494949. Windows color (decimal): -12695188 or 7096638. OLE color: 7096638.

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

Color convert

RGB6273108-
CMYK0.430.3200.58
HSL225.65º27.06%33.33%-
HSV(B)225.65º42.59%42.35%-
XYZ7.086.8715.14-
YUV73.7147.36119.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=25.51%
G=30.04%
B=44.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62731080.430.3200.58225.6527.0633.33
Hex3E496C2B2003Ae21b21
Octal7611115453400723423341
Binary1111101001001110110010101110000001110101110001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E496C; }

 p { color: rgb(62,73,108); }

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

<style>
 a { background-color: #3E496C; }

 a { background-color: rgb(62,73,108); }

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

<style>
 span { border-color: #3E496C; }

 span { border-color: rgb(62,73,108); }

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