#3C2373

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

Shades of Windsor #3C2373

Tints of Windsor #3C2373

Color information

#3C2373 (or 0x3C2373) is unknown color: approx Windsor. HEX triplet: 3C, 23 and 73. RGB value is (60,35,115). Sum of RGB (Red+Green+Blue) = 60+35+115=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C2373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2373 is #C3DC8C. Grayscale: #333333. Windows color (decimal): -12835981 or 7545660. OLE color: 7545660.

HSL color Cylindrical-coordinate representation of color #3C2373: hue angle of 258.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C2373 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6035115-
CMYK0.480.7000.55
HSL258.75º53.33%29.41%-
HSV(B)258.75º69.57%45.1%-
XYZ5.563.416.58-
YUV51.6163.78134-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.57%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=28.57%
G=16.67%
B=54.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60351150.480.7000.55258.7553.3329.41
Hex3C23733046037103351d
Octal7443163601060674036535
Binary11110010001111100111100001000110011011110000001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,35,115); }

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

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

 a { background-color: rgb(60,35,115); }

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

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

 span { border-color: rgb(60,35,115); }

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