#3E337A

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

Shades of Windsor #3E337A

Tints of Windsor #3E337A

Color information

#3E337A (or 0x3E337A) is unknown color: approx Windsor. HEX triplet: 3E, 33 and 7A. RGB value is (62,51,122). Sum of RGB (Red+Green+Blue) = 62+51+122=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E337A is #C1CC85. Grayscale: #3E3E3E. Windows color (decimal): -12700806 or 8008510. OLE color: 8008510.

HSL color Cylindrical-coordinate representation of color #3E337A: hue angle of 249.3º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E337A is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6251122-
CMYK0.490.5800.52
HSL249.3º41.04%33.92%-
HSV(B)249.3º58.2%47.84%-
XYZ6.684.818.99-
YUV62.38161.64127.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.38%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=26.38%
G=21.70%
B=51.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62511220.490.5800.52249.341.0433.92
Hex3E337A313A034f92922
Octal766317261720643715142
Binary1111101100111111010110001111010011010011111001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,122); }

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

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

 a { background-color: rgb(62,51,122); }

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

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

 span { border-color: rgb(62,51,122); }

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