#3B2873

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

Shades of Windsor #3B2873

Tints of Windsor #3B2873

Color information

#3B2873 (or 0x3B2873) is unknown color: approx Windsor. HEX triplet: 3B, 28 and 73. RGB value is (59,40,115). Sum of RGB (Red+Green+Blue) = 59+40+115=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B2873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2873 is #C4D78C. Grayscale: #353535. Windows color (decimal): -12900237 or 7546939. OLE color: 7546939.

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

Color convert

RGB5940115-
CMYK0.490.6500.55
HSL255.2º48.39%30.39%-
HSV(B)255.2º65.22%45.1%-
XYZ5.663.6916.63-
YUV54.23162.29131.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.57%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=27.57%
G=18.69%
B=53.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59401150.490.6500.55255.248.3930.39
Hex3B28733141037ff301e
Octal7350163611010673776036
Binary1110111010001110011110001100000101101111111111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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