#3C2178

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

Shades of Windsor #3C2178

Tints of Windsor #3C2178

Color information

#3C2178 (or 0x3C2178) is unknown color: approx Windsor. HEX triplet: 3C, 21 and 78. RGB value is (60,33,120). Sum of RGB (Red+Green+Blue) = 60+33+120=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C2178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2178 is #C3DE87. Grayscale: #323232. Windows color (decimal): -12836488 or 7872828. OLE color: 7872828.

HSL color Cylindrical-coordinate representation of color #3C2178: hue angle of 258.62º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2178 is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6033120-
CMYK0.50.7200.53
HSL258.62º56.86%30%-
HSV(B)258.62º72.5%47.06%-
XYZ5.83.418.12-
YUV50.99166.95134.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.17%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=28.17%
G=15.49%
B=56.34%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60331200.50.7200.53258.6256.8630
Hex3C21783248035103391e
Octal7441170621100654037136
Binary11110010000111110001100101001000011010110000001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,120); }

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

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

 a { background-color: rgb(60,33,120); }

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

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

 span { border-color: rgb(60,33,120); }

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