#3B2888

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

Shades of Windsor #3B2888

Tints of Windsor #3B2888

Color information

#3B2888 (or 0x3B2888) is unknown color: approx Windsor. HEX triplet: 3B, 28 and 88. RGB value is (59,40,136). Sum of RGB (Red+Green+Blue) = 59+40+136=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B2888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2888 is #C4D777. Grayscale: #383838. Windows color (decimal): -12900216 or 8923195. OLE color: 8923195.

HSL color Cylindrical-coordinate representation of color #3B2888: hue angle of 251.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B2888 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5940136-
CMYK0.570.7100.47
HSL251.88º54.55%34.51%-
HSV(B)251.88º70.59%53.33%-
XYZ7.014.2223.74-
YUV56.62172.79129.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.11%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 136 (53.52% from 255) = 57.87%
R=25.11%
G=17.02%
B=57.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59401360.570.7100.47251.8854.5534.51
Hex3B2888394702Ffc3723
Octal7350210711070573746743
Binary111011101000100010001110011000111010111111111100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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