#3F257D

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

Shades of Windsor #3F257D

Tints of Windsor #3F257D

Color information

#3F257D (or 0x3F257D) is unknown color: approx Windsor. HEX triplet: 3F, 25 and 7D. RGB value is (63,37,125). Sum of RGB (Red+Green+Blue) = 63+37+125=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F257D is #C0DA82. Grayscale: #363636. Windows color (decimal): -12638851 or 8201535. OLE color: 8201535.

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

Color convert

RGB6337125-
CMYK0.500.7000.51
HSL257.73º54.32%31.76%-
HSV(B)257.73º70.4%49.02%-
XYZ6.413.8619.81-
YUV54.81167.61133.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=28%
G=16.44%
B=55.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63371250.500.7000.51257.7354.3231.76
Hex3F257D32460331023620
Octal7745175621060634026640
Binary111111100101111110111001010001100110011100000010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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