#3F286E

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

Shades of Windsor #3F286E

Tints of Windsor #3F286E

Color information

#3F286E (or 0x3F286E) is unknown color: approx Windsor. HEX triplet: 3F, 28 and 6E. RGB value is (63,40,110). Sum of RGB (Red+Green+Blue) = 63+40+110=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F286E is #C0D791. Grayscale: #363636. Windows color (decimal): -12638098 or 7219263. OLE color: 7219263.

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

Color convert

RGB6340110-
CMYK0.430.6400.57
HSL259.71º46.67%29.41%-
HSV(B)259.71º63.64%43.14%-
XYZ5.623.715.17-
YUV54.86159.12133.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=29.58%
G=18.78%
B=51.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63401100.430.6400.57259.7146.6729.41
Hex3F286E2B400391042f1d
Octal7750156531000714045735
Binary11111110100011011101010111000000011100110000010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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