#3F236E

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

Shades of Windsor #3F236E

Tints of Windsor #3F236E

Color information

#3F236E (or 0x3F236E) is unknown color: approx Windsor. HEX triplet: 3F, 23 and 6E. RGB value is (63,35,110). Sum of RGB (Red+Green+Blue) = 63+35+110=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F236E is #C0DC91. Grayscale: #333333. Windows color (decimal): -12639378 or 7217983. OLE color: 7217983.

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

Color convert

RGB6335110-
CMYK0.430.6800.57
HSL262.4º51.72%28.43%-
HSV(B)262.4º68.18%43.14%-
XYZ5.473.3815.12-
YUV51.92160.78135.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.29%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 110 (43.36% from 255) = 52.88%
R=30.29%
G=16.83%
B=52.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63351100.430.6800.57262.451.7228.43
Hex3F236E2B44039106341c
Octal7743156531040714066434
Binary11111110001111011101010111000100011100110000011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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