#3F266E

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

Shades of Windsor #3F266E

Tints of Windsor #3F266E

Color information

#3F266E (or 0x3F266E) is unknown color: approx Windsor. HEX triplet: 3F, 26 and 6E. RGB value is (63,38,110). Sum of RGB (Red+Green+Blue) = 63+38+110=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F266E is #C0D991. Grayscale: #353535. Windows color (decimal): -12638610 or 7218751. OLE color: 7218751.

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

Color convert

RGB6338110-
CMYK0.430.6500.57
HSL260.83º48.65%29.02%-
HSV(B)260.83º65.45%43.14%-
XYZ5.563.5715.15-
YUV53.68159.78134.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.86%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 110 (43.36% from 255) = 52.13%
R=29.86%
G=18.01%
B=52.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63381100.430.6500.57260.8348.6529.02
Hex3F266E2B41039105311d
Octal7746156531010714056135
Binary11111110011011011101010111000001011100110000010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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