#3E266D

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

Shades of Windsor #3E266D

Tints of Windsor #3E266D

Color information

#3E266D (or 0x3E266D) is unknown color: approx Windsor. HEX triplet: 3E, 26 and 6D. RGB value is (62,38,109). Sum of RGB (Red+Green+Blue) = 62+38+109=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E266D is #C1D992. Grayscale: #353535. Windows color (decimal): -12704147 or 7153214. OLE color: 7153214.

HSL color Cylindrical-coordinate representation of color #3E266D: hue angle of 260.28º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E266D is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6238109-
CMYK0.430.6500.57
HSL260.28º48.3%28.82%-
HSV(B)260.28º65.14%42.75%-
XYZ5.443.5114.86-
YUV53.27159.45134.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=29.67%
G=18.18%
B=52.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62381090.430.6500.57260.2848.328.82
Hex3E266D2B41039104301d
Octal7646155531010714046035
Binary11111010011011011011010111000001011100110000010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,38,109); }

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

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

 a { background-color: rgb(62,38,109); }

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

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

 span { border-color: rgb(62,38,109); }

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