#3C2882

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

Shades of Windsor #3C2882

Tints of Windsor #3C2882

Color information

#3C2882 (or 0x3C2882) is unknown color: approx Windsor. HEX triplet: 3C, 28 and 82. RGB value is (60,40,130). Sum of RGB (Red+Green+Blue) = 60+40+130=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C2882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2882 is #C3D77D. Grayscale: #373737. Windows color (decimal): -12834686 or 8529980. OLE color: 8529980.

HSL color Cylindrical-coordinate representation of color #3C2882: hue angle of 253.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C2882 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6040130-
CMYK0.540.6900.49
HSL253.33º52.94%33.33%-
HSV(B)253.33º69.23%50.98%-
XYZ6.654.0921.56-
YUV56.24169.63130.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.09%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=26.09%
G=17.39%
B=56.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60401300.540.6900.49253.3352.9433.33
Hex3C28823645031fd3521
Octal7450202661050613756541
Binary111100101000100000101101101000101011000111111101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,40,130); }

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

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

 a { background-color: rgb(60,40,130); }

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

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

 span { border-color: rgb(60,40,130); }

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