#3B2386

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

Shades of Windsor #3B2386

Tints of Windsor #3B2386

Color information

#3B2386 (or 0x3B2386) is unknown color: approx Windsor. HEX triplet: 3B, 23 and 86. RGB value is (59,35,134). Sum of RGB (Red+Green+Blue) = 59+35+134=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #3B2386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2386 is #C4DC79. Grayscale: #353535. Windows color (decimal): -12901498 or 8790843. OLE color: 8790843.

HSL color Cylindrical-coordinate representation of color #3B2386: hue angle of 254.55º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B2386 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5935134-
CMYK0.560.7400.47
HSL254.55º58.58%33.14%-
HSV(B)254.55º73.88%52.55%-
XYZ6.713.8522.94-
YUV53.46173.45131.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.88%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 134 (52.73% from 255) = 58.77%
R=25.88%
G=15.35%
B=58.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59351340.560.7400.47254.5558.5833.14
Hex3B2386384A02Fff3b21
Octal7343206701120573777341
Binary111011100011100001101110001001010010111111111111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,35,134); }

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

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

 a { background-color: rgb(59,35,134); }

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

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

 span { border-color: rgb(59,35,134); }

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