#3E4875

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

Shades of Port Gore #3E4875

Tints of Port Gore #3E4875

Color information

#3E4875 (or 0x3E4875) is unknown color: approx Port Gore. HEX triplet: 3E, 48 and 75. RGB value is (62,72,117). Sum of RGB (Red+Green+Blue) = 62+72+117=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4875 is #C1B78A. Grayscale: #494949. Windows color (decimal): -12695435 or 7686206. OLE color: 7686206.

HSL color Cylindrical-coordinate representation of color #3E4875: hue angle of 229.09º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E4875 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6272117-
CMYK0.470.3800.54
HSL229.09º30.73%35.1%-
HSV(B)229.09º47.01%45.88%-
XYZ7.516.9417.77-
YUV74.14152.19119.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.70%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=24.70%
G=28.69%
B=46.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62721170.470.3800.54229.0930.7335.1
Hex3E48752F26036e51f23
Octal7611016557460663453743
Binary1111101001000111010110111110011001101101110010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,72,117); }

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

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

 a { background-color: rgb(62,72,117); }

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

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

 span { border-color: rgb(62,72,117); }

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