#3F278B

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

Shades of Windsor #3F278B

Tints of Windsor #3F278B

Color information

#3F278B (or 0x3F278B) is unknown color: approx Windsor. HEX triplet: 3F, 27 and 8B. RGB value is (63,39,139). Sum of RGB (Red+Green+Blue) = 63+39+139=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F278B is #C0D874. Grayscale: #393939. Windows color (decimal): -12638325 or 9119551. OLE color: 9119551.

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

Color convert

RGB6339139-
CMYK0.550.7200.45
HSL254.4º56.18%34.9%-
HSV(B)254.4º71.94%54.51%-
XYZ7.444.3724.88-
YUV57.58173.95131.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 139 (54.69% from 255) = 57.68%
R=26.14%
G=16.18%
B=57.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63391390.550.7200.45254.456.1834.9
Hex3F278B374802Dfe3823
Octal7747213671100553767043
Binary111111100111100010111101111001000010110111111110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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