#3C2583

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

Shades of Windsor #3C2583

Tints of Windsor #3C2583

Color information

#3C2583 (or 0x3C2583) is unknown color: approx Windsor. HEX triplet: 3C, 25 and 83. RGB value is (60,37,131). Sum of RGB (Red+Green+Blue) = 60+37+131=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C2583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2583 is #C3DA7C. Grayscale: #363636. Windows color (decimal): -12835453 or 8594748. OLE color: 8594748.

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

Color convert

RGB6037131-
CMYK0.540.7200.49
HSL254.68º55.95%32.94%-
HSV(B)254.68º71.76%51.37%-
XYZ6.623.9221.88-
YUV54.59171.12131.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.32%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 131 (51.56% from 255) = 57.46%
R=26.32%
G=16.23%
B=57.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60371310.540.7200.49254.6855.9532.94
Hex3C25833648031ff3821
Octal7445203661100613777041
Binary111100100101100000111101101001000011000111111111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,37,131); }

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

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

 a { background-color: rgb(60,37,131); }

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

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

 span { border-color: rgb(60,37,131); }

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