#3B287C

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

Shades of Windsor #3B287C

Tints of Windsor #3B287C

Color information

#3B287C (or 0x3B287C) is unknown color: approx Windsor. HEX triplet: 3B, 28 and 7C. RGB value is (59,40,124). Sum of RGB (Red+Green+Blue) = 59+40+124=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B287C is #C4D783. Grayscale: #363636. Windows color (decimal): -12900228 or 8136763. OLE color: 8136763.

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

Color convert

RGB5940124-
CMYK0.520.6800.51
HSL253.57º51.22%32.16%-
HSV(B)253.57º67.74%48.63%-
XYZ6.23.919.5-
YUV55.26166.79130.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.46%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=26.46%
G=17.94%
B=55.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59401240.520.6800.51253.5751.2232.16
Hex3B287C3444033fe3320
Octal7350174641040633766340
Binary11101110100011111001101001000100011001111111110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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