#3E4368

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

Shades of Port Gore #3E4368

Tints of Port Gore #3E4368

Color information

#3E4368 (or 0x3E4368) is unknown color: approx Port Gore. HEX triplet: 3E, 43 and 68. RGB value is (62,67,104). Sum of RGB (Red+Green+Blue) = 62+67+104=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E4368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4368 is #C1BC97. Grayscale: #454545. Windows color (decimal): -12696728 or 6832958. OLE color: 6832958.

HSL color Cylindrical-coordinate representation of color #3E4368: hue angle of 232.86º 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 #3E4368 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6267104-
CMYK0.400.3600.59
HSL232.86º25.3%32.55%-
HSV(B)232.86º40.38%40.78%-
XYZ6.496.0413.92-
YUV69.72147.34122.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.61%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=26.61%
G=28.76%
B=44.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62671040.400.3600.59232.8625.332.55
Hex3E4368282403Be91921
Octal7610315050440733513141
Binary1111101000011110100010100010010001110111110100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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