#3C2C75

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

Shades of Windsor #3C2C75

Tints of Windsor #3C2C75

Color information

#3C2C75 (or 0x3C2C75) is unknown color: approx Windsor. HEX triplet: 3C, 2C and 75. RGB value is (60,44,117). Sum of RGB (Red+Green+Blue) = 60+44+117=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C2C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2C75 is #C3D38A. Grayscale: #383838. Windows color (decimal): -12833675 or 7679036. OLE color: 7679036.

HSL color Cylindrical-coordinate representation of color #3C2C75: hue angle of 253.15º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C2C75 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6044117-
CMYK0.490.6200.54
HSL253.15º45.34%31.57%-
HSV(B)253.15º62.39%45.88%-
XYZ5.984.0517.3-
YUV57.11161.8130.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.15%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=27.15%
G=19.91%
B=52.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60441170.490.6200.54253.1545.3431.57
Hex3C2C75313E036fd2d20
Octal745416561760663755540
Binary1111001011001110101110001111110011011011111101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,44,117); }

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

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

 a { background-color: rgb(60,44,117); }

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

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

 span { border-color: rgb(60,44,117); }

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