#3F307E

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

Shades of Windsor #3F307E

Tints of Windsor #3F307E

Color information

#3F307E (or 0x3F307E) is unknown color: approx Windsor. HEX triplet: 3F, 30 and 7E. RGB value is (63,48,126). Sum of RGB (Red+Green+Blue) = 63+48+126=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F307E is #C0CF81. Grayscale: #3D3D3D. Windows color (decimal): -12636034 or 8269887. OLE color: 8269887.

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

Color convert

RGB6348126-
CMYK0.500.6200.51
HSL251.54º44.83%34.12%-
HSV(B)251.54º61.9%49.41%-
XYZ6.874.6820.28-
YUV61.38164.47129.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 126 (49.61% from 255) = 53.16%
R=26.58%
G=20.25%
B=53.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63481260.500.6200.51251.5444.8334.12
Hex3F307E323E033fc2d22
Octal776017662760633745542
Binary1111111100001111110110010111110011001111111100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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