#3F266F

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

Shades of Windsor #3F266F

Tints of Windsor #3F266F

Color information

#3F266F (or 0x3F266F) is unknown color: approx Windsor. HEX triplet: 3F, 26 and 6F. RGB value is (63,38,111). Sum of RGB (Red+Green+Blue) = 63+38+111=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F266F is #C0D990. Grayscale: #353535. Windows color (decimal): -12638609 or 7284287. OLE color: 7284287.

HSL color Cylindrical-coordinate representation of color #3F266F: hue angle of 260.55º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F266F is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6338111-
CMYK0.430.6600.56
HSL260.55º48.99%29.22%-
HSV(B)260.55º65.77%43.53%-
XYZ5.613.5915.44-
YUV53.8160.28134.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.72%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 111 (43.75% from 255) = 52.36%
R=29.72%
G=17.92%
B=52.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63381110.430.6600.56260.5548.9929.22
Hex3F266F2B42038105311d
Octal7746157531020704056135
Binary11111110011011011111010111000010011100010000010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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