#3F3864

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

Shades of Minsk #3F3864

Tints of Minsk #3F3864

Color information

#3F3864 (or 0x3F3864) is unknown color: approx Minsk. HEX triplet: 3F, 38 and 64. RGB value is (63,56,100). Sum of RGB (Red+Green+Blue) = 63+56+100=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #3F3864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3864 is #C0C79B. Grayscale: #3E3E3E. Windows color (decimal): -12634012 or 6567999. OLE color: 6567999.

HSL color Cylindrical-coordinate representation of color #3F3864: hue angle of 249.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F3864 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6356100-
CMYK0.370.4400.61
HSL249.55º28.21%30.59%-
HSV(B)249.55º44%39.22%-
XYZ5.764.8112.68-
YUV63.11148.82127.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.77%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=28.77%
G=25.57%
B=45.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal63561000.370.4400.61249.5528.2130.59
Hex3F3864252C03Dfa1c1f
Octal777014445540753723437
Binary11111111100011001001001011011000111101111110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,56,100); }

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

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

 a { background-color: rgb(63,56,100); }

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

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

 span { border-color: rgb(63,56,100); }

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