#3F296E

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

Shades of Windsor #3F296E

Tints of Windsor #3F296E

Color information

#3F296E (or 0x3F296E) is unknown color: approx Windsor. HEX triplet: 3F, 29 and 6E. RGB value is (63,41,110). Sum of RGB (Red+Green+Blue) = 63+41+110=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F296E is #C0D691. Grayscale: #373737. Windows color (decimal): -12637842 or 7219519. OLE color: 7219519.

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

Color convert

RGB6341110-
CMYK0.430.6300.57
HSL259.13º45.7%29.61%-
HSV(B)259.13º62.73%43.14%-
XYZ5.663.7715.18-
YUV55.44158.79133.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.44%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=29.44%
G=19.16%
B=51.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63411100.430.6300.57259.1345.729.61
Hex3F296E2B3F0391032e1e
Octal775115653770714035636
Binary1111111010011101110101011111111011100110000001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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