#3E4568

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

Shades of Port Gore #3E4568

Tints of Port Gore #3E4568

Color information

#3E4568 (or 0x3E4568) is unknown color: approx Port Gore. HEX triplet: 3E, 45 and 68. RGB value is (62,69,104). Sum of RGB (Red+Green+Blue) = 62+69+104=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E4568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4568 is #C1BA97. Grayscale: #464646. Windows color (decimal): -12696216 or 6833470. OLE color: 6833470.

HSL color Cylindrical-coordinate representation of color #3E4568: hue angle of 230º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E4568 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6269104-
CMYK0.400.3400.59
HSL230º25.3%32.55%-
HSV(B)230º40.38%40.78%-
XYZ6.616.2813.96-
YUV70.9146.68121.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.38%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=26.38%
G=29.36%
B=44.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62691040.400.3400.5923025.332.55
Hex3E4568282203Be61921
Octal7610515050420733463141
Binary1111101000101110100010100010001001110111110011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,69,104); }

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

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

 a { background-color: rgb(62,69,104); }

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

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

 span { border-color: rgb(62,69,104); }

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