#3F3773

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

Shades of Minsk #3F3773

Tints of Minsk #3F3773

Color information

#3F3773 (or 0x3F3773) is unknown color: approx Minsk. HEX triplet: 3F, 37 and 73. RGB value is (63,55,115). Sum of RGB (Red+Green+Blue) = 63+55+115=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F3773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3773 is #C0C88C. Grayscale: #3F3F3F. Windows color (decimal): -12634253 or 7550783. OLE color: 7550783.

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

Color convert

RGB6355115-
CMYK0.450.5200.55
HSL248º35.29%33.33%-
HSV(B)248º52.17%45.1%-
XYZ6.515.0316.85-
YUV64.23156.65127.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=27.04%
G=23.61%
B=49.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63551150.450.5200.5524835.2933.33
Hex3F37732D34037f82321
Octal776716355640673704341
Binary1111111101111110011101101110100011011111111000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,55,115); }

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

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

 a { background-color: rgb(63,55,115); }

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

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

 span { border-color: rgb(63,55,115); }

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