#3B2487

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

Shades of Windsor #3B2487

Tints of Windsor #3B2487

Color information

#3B2487 (or 0x3B2487) is unknown color: approx Windsor. HEX triplet: 3B, 24 and 87. RGB value is (59,36,135). Sum of RGB (Red+Green+Blue) = 59+36+135=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B2487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2487 is #C4DB78. Grayscale: #353535. Windows color (decimal): -12901241 or 8856635. OLE color: 8856635.

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

Color convert

RGB5936135-
CMYK0.560.7300.47
HSL253.94º57.89%33.53%-
HSV(B)253.94º73.33%52.94%-
XYZ6.813.9423.32-
YUV54.16173.62131.45-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.65%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 135 (53.12% from 255) = 58.70%
R=25.65%
G=15.65%
B=58.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59361350.560.7300.47253.9457.8933.53
Hex3B2487384902Ffe3a22
Octal7344207701110573767242
Binary111011100100100001111110001001001010111111111110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,36,135); }

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

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

 a { background-color: rgb(59,36,135); }

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

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

 span { border-color: rgb(59,36,135); }

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