#3F248E

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

Shades of Windsor #3F248E

Tints of Windsor #3F248E

Color information

#3F248E (or 0x3F248E) is unknown color: approx Windsor. HEX triplet: 3F, 24 and 8E. RGB value is (63,36,142). Sum of RGB (Red+Green+Blue) = 63+36+142=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F248E is #C0DB71. Grayscale: #373737. Windows color (decimal): -12639090 or 9315391. OLE color: 9315391.

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

Color convert

RGB6336142-
CMYK0.560.7500.44
HSL255.28º59.55%34.9%-
HSV(B)255.28º74.65%55.69%-
XYZ7.564.2726.02-
YUV56.16176.45132.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=26.14%
G=14.94%
B=58.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63361420.560.7500.44255.2859.5534.9
Hex3F248E384B02Cff3c23
Octal7744216701130543777443
Binary111111100100100011101110001001011010110011111111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,36,142); }

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

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

 a { background-color: rgb(63,36,142); }

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

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

 span { border-color: rgb(63,36,142); }

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