#3F287D

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

Shades of Windsor #3F287D

Tints of Windsor #3F287D

Color information

#3F287D (or 0x3F287D) is unknown color: approx Windsor. HEX triplet: 3F, 28 and 7D. RGB value is (63,40,125). Sum of RGB (Red+Green+Blue) = 63+40+125=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F287D is #C0D782. Grayscale: #383838. Windows color (decimal): -12638083 or 8202303. OLE color: 8202303.

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

Color convert

RGB6340125-
CMYK0.500.6800.51
HSL256.24º51.52%32.35%-
HSV(B)256.24º68%49.02%-
XYZ6.514.0619.84-
YUV56.57166.62132.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 125 (49.22% from 255) = 54.82%
R=27.63%
G=17.54%
B=54.82%

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
Decimal63401250.500.6800.51256.2451.5232.35
Hex3F287D32440331003420
Octal7750175621040634006440
Binary111111101000111110111001010001000110011100000000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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