#3C257C

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

Shades of Windsor #3C257C

Tints of Windsor #3C257C

Color information

#3C257C (or 0x3C257C) is unknown color: approx Windsor. HEX triplet: 3C, 25 and 7C. RGB value is (60,37,124). Sum of RGB (Red+Green+Blue) = 60+37+124=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C257C is #C3DA83. Grayscale: #353535. Windows color (decimal): -12835460 or 8135996. OLE color: 8135996.

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

Color convert

RGB6037124-
CMYK0.520.7000.51
HSL255.86º54.04%31.57%-
HSV(B)255.86º70.16%48.63%-
XYZ6.163.7419.47-
YUV53.79167.62132.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.15%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=27.15%
G=16.74%
B=56.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60371240.520.7000.51255.8654.0431.57
Hex3C257C34460331003620
Octal7445174641060634006640
Binary111100100101111110011010010001100110011100000000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,37,124); }

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

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

 a { background-color: rgb(60,37,124); }

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

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

 span { border-color: rgb(60,37,124); }

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