#3F3376

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

Shades of Minsk #3F3376

Tints of Minsk #3F3376

Color information

#3F3376 (or 0x3F3376) is unknown color: approx Minsk. HEX triplet: 3F, 33 and 76. RGB value is (63,51,118). Sum of RGB (Red+Green+Blue) = 63+51+118=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3376 is #C0CC89. Grayscale: #3D3D3D. Windows color (decimal): -12635274 or 7746367. OLE color: 7746367.

HSL color Cylindrical-coordinate representation of color #3F3376: hue angle of 250.75º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F3376 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6351118-
CMYK0.470.5700.54
HSL250.75º39.64%33.14%-
HSV(B)250.75º56.78%46.27%-
XYZ6.54.7317.71-
YUV62.23159.48128.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.16%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=27.16%
G=21.98%
B=50.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63511180.470.5700.54250.7539.6433.14
Hex3F33762F39036fb2821
Octal776316657710663735041
Binary1111111100111110110101111111001011011011111011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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