#3F248B

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

Shades of Windsor #3F248B

Tints of Windsor #3F248B

Color information

#3F248B (or 0x3F248B) is unknown color: approx Windsor. HEX triplet: 3F, 24 and 8B. RGB value is (63,36,139). Sum of RGB (Red+Green+Blue) = 63+36+139=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F248B is #C0DB74. Grayscale: #373737. Windows color (decimal): -12639093 or 9118783. OLE color: 9118783.

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

Color convert

RGB6336139-
CMYK0.550.7400.45
HSL255.73º58.86%34.31%-
HSV(B)255.73º74.1%54.51%-
XYZ7.344.1824.85-
YUV55.82174.95133.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=26.47%
G=15.13%
B=58.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63361390.550.7400.45255.7358.8634.31
Hex3F248B374A02D1003b22
Octal7744213671120554007342
Binary1111111001001000101111011110010100101101100000000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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