#3F296D

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

Shades of Windsor #3F296D

Tints of Windsor #3F296D

Color information

#3F296D (or 0x3F296D) is unknown color: approx Windsor. HEX triplet: 3F, 29 and 6D. RGB value is (63,41,109). Sum of RGB (Red+Green+Blue) = 63+41+109=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F296D is #C0D692. Grayscale: #373737. Windows color (decimal): -12637843 or 7153983. OLE color: 7153983.

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

Color convert

RGB6341109-
CMYK0.420.6200.57
HSL259.41º45.33%29.41%-
HSV(B)259.41º62.39%42.75%-
XYZ5.63.7514.9-
YUV55.33158.29133.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=29.58%
G=19.25%
B=51.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63411090.420.6200.57259.4145.3329.41
Hex3F296D2A3E0391032d1d
Octal775115552760714035535
Binary1111111010011101101101010111110011100110000001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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