#3C2671

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

Shades of Windsor #3C2671

Tints of Windsor #3C2671

Color information

#3C2671 (or 0x3C2671) is unknown color: approx Windsor. HEX triplet: 3C, 26 and 71. RGB value is (60,38,113). Sum of RGB (Red+Green+Blue) = 60+38+113=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C2671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2671 is #C3D98E. Grayscale: #343434. Windows color (decimal): -12835215 or 7415356. OLE color: 7415356.

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

Color convert

RGB6038113-
CMYK0.470.6600.56
HSL257.6º49.67%29.61%-
HSV(B)257.6º66.37%44.31%-
XYZ5.543.5416.01-
YUV53.13161.79132.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.44%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=28.44%
G=18.01%
B=53.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60381130.470.6600.56257.649.6729.61
Hex3C26712F42038102321e
Octal7446161571020704026236
Binary11110010011011100011011111000010011100010000001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,38,113); }

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

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

 a { background-color: rgb(60,38,113); }

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

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

 span { border-color: rgb(60,38,113); }

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