#3B2385

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

Shades of Windsor #3B2385

Tints of Windsor #3B2385

Color information

#3B2385 (or 0x3B2385) is unknown color: approx Windsor. HEX triplet: 3B, 23 and 85. RGB value is (59,35,133). Sum of RGB (Red+Green+Blue) = 59+35+133=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B2385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2385 is #C4DC7A. Grayscale: #343434. Windows color (decimal): -12901499 or 8725307. OLE color: 8725307.

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

Color convert

RGB5935133-
CMYK0.560.7400.48
HSL254.69º58.33%32.94%-
HSV(B)254.69º73.68%52.16%-
XYZ6.643.8322.58-
YUV53.35172.95132.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.99%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=25.99%
G=15.42%
B=58.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59351330.560.7400.48254.6958.3332.94
Hex3B2385384A030ff3a21
Octal7343205701120603777241
Binary111011100011100001011110001001010011000011111111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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