#3F257B

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

Shades of Windsor #3F257B

Tints of Windsor #3F257B

Color information

#3F257B (or 0x3F257B) is unknown color: approx Windsor. HEX triplet: 3F, 25 and 7B. RGB value is (63,37,123). Sum of RGB (Red+Green+Blue) = 63+37+123=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F257B is #C0DA84. Grayscale: #363636. Windows color (decimal): -12638853 or 8070463. OLE color: 8070463.

HSL color Cylindrical-coordinate representation of color #3F257B: hue angle of 258.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F257B is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6337123-
CMYK0.490.7000.52
HSL258.14º53.75%31.37%-
HSV(B)258.14º69.92%48.24%-
XYZ6.293.8119.14-
YUV54.58166.61134.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.25%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=28.25%
G=16.59%
B=55.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63371230.490.7000.52258.1453.7531.37
Hex3F257B3146034102361f
Octal7745173611060644026637
Binary11111110010111110111100011000110011010010000001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,123); }

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

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

 a { background-color: rgb(63,37,123); }

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

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

 span { border-color: rgb(63,37,123); }

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