#3C2770

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

Shades of Windsor #3C2770

Tints of Windsor #3C2770

Color information

#3C2770 (or 0x3C2770) is unknown color: approx Windsor. HEX triplet: 3C, 27 and 70. RGB value is (60,39,112). Sum of RGB (Red+Green+Blue) = 60+39+112=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C2770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2770 is #C3D88F. Grayscale: #353535. Windows color (decimal): -12834960 or 7350076. OLE color: 7350076.

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

Color convert

RGB6039112-
CMYK0.460.6500.56
HSL257.26º48.34%29.61%-
HSV(B)257.26º65.18%43.92%-
XYZ5.513.5815.73-
YUV53.6160.96132.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.44%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=28.44%
G=18.48%
B=53.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60391120.460.6500.56257.2648.3429.61
Hex3C27702E41038101301e
Octal7447160561010704016036
Binary11110010011111100001011101000001011100010000000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,39,112); }

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

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

 a { background-color: rgb(60,39,112); }

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

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

 span { border-color: rgb(60,39,112); }

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