#3C2370

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

Shades of Windsor #3C2370

Tints of Windsor #3C2370

Color information

#3C2370 (or 0x3C2370) is unknown color: approx Windsor. HEX triplet: 3C, 23 and 70. RGB value is (60,35,112). Sum of RGB (Red+Green+Blue) = 60+35+112=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2370 is #C3DC8F. Grayscale: #323232. Windows color (decimal): -12835984 or 7349052. OLE color: 7349052.

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

Color convert

RGB6035112-
CMYK0.460.6900.56
HSL259.48º52.38%28.82%-
HSV(B)259.48º68.75%43.92%-
XYZ5.393.3315.69-
YUV51.25162.28134.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.99%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=28.99%
G=16.91%
B=54.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60351120.460.6900.56259.4852.3828.82
Hex3C23702E45038103341d
Octal7443160561050704036435
Binary11110010001111100001011101000101011100010000001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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