#3F336B

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

Shades of Minsk #3F336B

Tints of Minsk #3F336B

Color information

#3F336B (or 0x3F336B) is unknown color: approx Minsk. HEX triplet: 3F, 33 and 6B. RGB value is (63,51,107). Sum of RGB (Red+Green+Blue) = 63+51+107=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F336B is #C0CC94. Grayscale: #3C3C3C. Windows color (decimal): -12635285 or 7025471. OLE color: 7025471.

HSL color Cylindrical-coordinate representation of color #3F336B: hue angle of 252.86º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F336B is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6351107-
CMYK0.410.5200.58
HSL252.86º35.44%30.98%-
HSV(B)252.86º52.34%41.96%-
XYZ5.894.4914.47-
YUV60.97153.98129.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 107 (42.19% from 255) = 48.42%
R=28.51%
G=23.08%
B=48.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63511070.410.5200.58252.8635.4430.98
Hex3F336B293403Afd231f
Octal776315351640723754337
Binary111111110011110101110100111010001110101111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,107); }

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

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

 a { background-color: rgb(63,51,107); }

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

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

 span { border-color: rgb(63,51,107); }

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