#3E4471

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

Shades of Port Gore #3E4471

Tints of Port Gore #3E4471

Color information

#3E4471 (or 0x3E4471) is unknown color: approx Port Gore. HEX triplet: 3E, 44 and 71. RGB value is (62,68,113). Sum of RGB (Red+Green+Blue) = 62+68+113=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E4471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4471 is #C1BB8E. Grayscale: #474747. Windows color (decimal): -12696463 or 7423038. OLE color: 7423038.

HSL color Cylindrical-coordinate representation of color #3E4471: hue angle of 232.94º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E4471 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6268113-
CMYK0.450.4000.56
HSL232.94º29.14%34.31%-
HSV(B)232.94º45.13%44.31%-
XYZ7.036.3516.48-
YUV71.34151.51121.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=25.51%
G=27.98%
B=46.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62681130.450.4000.56232.9429.1434.31
Hex3E44712D28038e91d22
Octal7610416155500703513542
Binary1111101000100111000110110110100001110001110100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,68,113); }

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

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

 a { background-color: rgb(62,68,113); }

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

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

 span { border-color: rgb(62,68,113); }

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