#3C2489

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

Shades of Windsor #3C2489

Tints of Windsor #3C2489

Color information

#3C2489 (or 0x3C2489) is unknown color: approx Windsor. HEX triplet: 3C, 24 and 89. RGB value is (60,36,137). Sum of RGB (Red+Green+Blue) = 60+36+137=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C2489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2489 is #C3DB76. Grayscale: #363636. Windows color (decimal): -12835703 or 8987708. OLE color: 8987708.

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

Color convert

RGB6036137-
CMYK0.560.7400.46
HSL254.26º58.38%33.92%-
HSV(B)254.26º73.72%53.73%-
XYZ7.014.0324.08-
YUV54.69174.45131.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.75%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 137 (53.91% from 255) = 58.80%
R=25.75%
G=15.45%
B=58.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60361370.560.7400.46254.2658.3833.92
Hex3C2489384A02Efe3a22
Octal7444211701120563767242
Binary111100100100100010011110001001010010111011111110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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