#3F307C

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

Shades of Windsor #3F307C

Tints of Windsor #3F307C

Color information

#3F307C (or 0x3F307C) is unknown color: approx Windsor. HEX triplet: 3F, 30 and 7C. RGB value is (63,48,124). Sum of RGB (Red+Green+Blue) = 63+48+124=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F307C is #C0CF83. Grayscale: #3C3C3C. Windows color (decimal): -12636036 or 8138815. OLE color: 8138815.

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

Color convert

RGB6348124-
CMYK0.490.6100.51
HSL251.84º44.19%33.73%-
HSV(B)251.84º61.29%48.63%-
XYZ6.744.6319.61-
YUV61.15163.47129.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.81%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=26.81%
G=20.43%
B=52.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63481240.490.6100.51251.8444.1933.73
Hex3F307C313D033fc2c22
Octal776017461750633745442
Binary1111111100001111100110001111101011001111111100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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