#3F287E

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

Shades of Windsor #3F287E

Tints of Windsor #3F287E

Color information

#3F287E (or 0x3F287E) is unknown color: approx Windsor. HEX triplet: 3F, 28 and 7E. RGB value is (63,40,126). Sum of RGB (Red+Green+Blue) = 63+40+126=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F287E is #C0D781. Grayscale: #383838. Windows color (decimal): -12638082 or 8267839. OLE color: 8267839.

HSL color Cylindrical-coordinate representation of color #3F287E: hue angle of 256.05º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F287E is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6340126-
CMYK0.500.6800.51
HSL256.05º51.81%32.55%-
HSV(B)256.05º68.25%49.41%-
XYZ6.574.0820.18-
YUV56.68167.12132.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 126 (49.61% from 255) = 55.02%
R=27.51%
G=17.47%
B=55.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63401260.500.6800.51256.0551.8132.55
Hex3F287E32440331003421
Octal7750176621040634006441
Binary111111101000111111011001010001000110011100000000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,40,126); }

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

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

 a { background-color: rgb(63,40,126); }

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

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

 span { border-color: rgb(63,40,126); }

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