#3F3867

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

Shades of Minsk #3F3867

Tints of Minsk #3F3867

Color information

#3F3867 (or 0x3F3867) is unknown color: approx Minsk. HEX triplet: 3F, 38 and 67. RGB value is (63,56,103). Sum of RGB (Red+Green+Blue) = 63+56+103=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F3867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3867 is #C0C798. Grayscale: #3F3F3F. Windows color (decimal): -12634009 or 6764607. OLE color: 6764607.

HSL color Cylindrical-coordinate representation of color #3F3867: hue angle of 248.94º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F3867 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6356103-
CMYK0.390.4600.60
HSL248.94º29.56%31.18%-
HSV(B)248.94º45.63%40.39%-
XYZ5.914.8613.46-
YUV63.45150.32127.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=28.38%
G=25.23%
B=46.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63561030.390.4600.60248.9429.5631.18
Hex3F3867272E03Cf91e1f
Octal777014747560743713637
Binary11111111100011001111001111011100111100111110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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