#3E4261

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

Shades of Port Gore #3E4261

Tints of Port Gore #3E4261

Color information

#3E4261 (or 0x3E4261) is unknown color: approx Port Gore. HEX triplet: 3E, 42 and 61. RGB value is (62,66,97). Sum of RGB (Red+Green+Blue) = 62+66+97=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E4261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4261 is #C1BD9E. Grayscale: #444444. Windows color (decimal): -12696991 or 6373950. OLE color: 6373950.

HSL color Cylindrical-coordinate representation of color #3E4261: hue angle of 233.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E4261 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB626697-
CMYK0.360.3200.62
HSL233.14º22.01%31.18%-
HSV(B)233.14º36.08%38.04%-
XYZ6.095.7812.1-
YUV68.34144.17123.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.56%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=27.56%
G=29.33%
B=43.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6266970.360.3200.62233.1422.0131.18
Hex3E4261242003Ee9161f
Octal7610214144400763512637
Binary111110100001011000011001001000000111110111010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,66,97); }

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

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

 a { background-color: rgb(62,66,97); }

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

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

 span { border-color: rgb(62,66,97); }

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