#3E4565

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

Shades of Port Gore #3E4565

Tints of Port Gore #3E4565

Color information

#3E4565 (or 0x3E4565) is unknown color: approx Port Gore. HEX triplet: 3E, 45 and 65. RGB value is (62,69,101). Sum of RGB (Red+Green+Blue) = 62+69+101=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4565 is #C1BA9A. Grayscale: #464646. Windows color (decimal): -12696219 or 6636862. OLE color: 6636862.

HSL color Cylindrical-coordinate representation of color #3E4565: hue angle of 229.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E4565 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6269101-
CMYK0.390.3200.60
HSL229.23º23.93%31.96%-
HSV(B)229.23º38.61%39.61%-
XYZ6.466.2213.17-
YUV70.55145.18121.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.72%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=26.72%
G=29.74%
B=43.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal62691010.390.3200.60229.2323.9331.96
Hex3E4565272003Ce51820
Octal7610514547400743453040
Binary1111101000101110010110011110000001111001110010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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