#3F218B

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

Shades of Windsor #3F218B

Tints of Windsor #3F218B

Color information

#3F218B (or 0x3F218B) is unknown color: approx Windsor. HEX triplet: 3F, 21 and 8B. RGB value is (63,33,139). Sum of RGB (Red+Green+Blue) = 63+33+139=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F218B is #C0DE74. Grayscale: #353535. Windows color (decimal): -12639861 or 9118015. OLE color: 9118015.

HSL color Cylindrical-coordinate representation of color #3F218B: hue angle of 256.98º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F218B is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6333139-
CMYK0.550.7600.45
HSL256.98º61.63%33.73%-
HSV(B)256.98º76.26%54.51%-
XYZ7.254.0124.82-
YUV54.05175.94134.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.81%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=26.81%
G=14.04%
B=59.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63331390.550.7600.45256.9861.6333.73
Hex3F218B374C02D1013e22
Octal7741213671140554017642
Binary1111111000011000101111011110011000101101100000001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,139); }

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

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

 a { background-color: rgb(63,33,139); }

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

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

 span { border-color: rgb(63,33,139); }

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