#3F2674

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

Shades of Windsor #3F2674

Tints of Windsor #3F2674

Color information

#3F2674 (or 0x3F2674) is unknown color: approx Windsor. HEX triplet: 3F, 26 and 74. RGB value is (63,38,116). Sum of RGB (Red+Green+Blue) = 63+38+116=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F2674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2674 is #C0D98B. Grayscale: #363636. Windows color (decimal): -12638604 or 7611967. OLE color: 7611967.

HSL color Cylindrical-coordinate representation of color #3F2674: hue angle of 259.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F2674 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6338116-
CMYK0.460.6700.55
HSL259.23º50.65%30.2%-
HSV(B)259.23º67.24%45.49%-
XYZ5.93.716.93-
YUV54.37162.78134.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 116 (45.70% from 255) = 53.46%
R=29.03%
G=17.51%
B=53.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63381160.460.6700.55259.2350.6530.2
Hex3F26742E43037103331e
Octal7746164561030674036336
Binary11111110011011101001011101000011011011110000001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,38,116); }

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

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

 a { background-color: rgb(63,38,116); }

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

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

 span { border-color: rgb(63,38,116); }

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