#3C257F

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

Shades of Windsor #3C257F

Tints of Windsor #3C257F

Color information

#3C257F (or 0x3C257F) is unknown color: approx Windsor. HEX triplet: 3C, 25 and 7F. RGB value is (60,37,127). Sum of RGB (Red+Green+Blue) = 60+37+127=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C257F is #C3DA80. Grayscale: #353535. Windows color (decimal): -12835457 or 8332604. OLE color: 8332604.

HSL color Cylindrical-coordinate representation of color #3C257F: hue angle of 255.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C257F is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6037127-
CMYK0.530.7100.50
HSL255.33º54.88%32.16%-
HSV(B)255.33º70.87%49.8%-
XYZ6.363.8220.48-
YUV54.14169.12132.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.79%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 127 (50% from 255) = 56.70%
R=26.79%
G=16.52%
B=56.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal60371270.530.7100.50255.3354.8832.16
Hex3C257F3547032ff3720
Octal7445177651070623776740
Binary11110010010111111111101011000111011001011111111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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