#3C2689

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

Shades of Windsor #3C2689

Tints of Windsor #3C2689

Color information

#3C2689 (or 0x3C2689) is unknown color: approx Windsor. HEX triplet: 3C, 26 and 89. RGB value is (60,38,137). Sum of RGB (Red+Green+Blue) = 60+38+137=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C2689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2689 is #C3D976. Grayscale: #373737. Windows color (decimal): -12835191 or 8988220. OLE color: 8988220.

HSL color Cylindrical-coordinate representation of color #3C2689: hue angle of 253.33º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C2689 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6038137-
CMYK0.560.7200.46
HSL253.33º56.57%34.31%-
HSV(B)253.33º72.26%53.73%-
XYZ7.074.1524.1-
YUV55.86173.79130.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.53%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 137 (53.91% from 255) = 58.30%
R=25.53%
G=16.17%
B=58.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60381370.560.7200.46253.3356.5734.31
Hex3C2689384802Efd3922
Octal7446211701100563757142
Binary111100100110100010011110001001000010111011111101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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