#3B2573

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

Shades of Windsor #3B2573

Tints of Windsor #3B2573

Color information

#3B2573 (or 0x3B2573) is unknown color: approx Windsor. HEX triplet: 3B, 25 and 73. RGB value is (59,37,115). Sum of RGB (Red+Green+Blue) = 59+37+115=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B2573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2573 is #C4DA8C. Grayscale: #343434. Windows color (decimal): -12901005 or 7546171. OLE color: 7546171.

HSL color Cylindrical-coordinate representation of color #3B2573: hue angle of 256.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2573 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5937115-
CMYK0.490.6800.55
HSL256.92º51.32%29.8%-
HSV(B)256.92º67.83%45.1%-
XYZ5.563.4916.6-
YUV52.47163.29132.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.96%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 115 (45.31% from 255) = 54.50%
R=27.96%
G=17.54%
B=54.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59371150.490.6800.55256.9251.3229.8
Hex3B25733144037101331e
Octal7345163611040674016336
Binary11101110010111100111100011000100011011110000000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,37,115); }

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

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

 a { background-color: rgb(59,37,115); }

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

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

 span { border-color: rgb(59,37,115); }

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