#3F3476

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

Shades of Minsk #3F3476

Tints of Minsk #3F3476

Color information

#3F3476 (or 0x3F3476) is unknown color: approx Minsk. HEX triplet: 3F, 34 and 76. RGB value is (63,52,118). Sum of RGB (Red+Green+Blue) = 63+52+118=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F3476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3476 is #C0CB89. Grayscale: #3E3E3E. Windows color (decimal): -12635018 or 7746623. OLE color: 7746623.

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

Color convert

RGB6352118-
CMYK0.470.5600.54
HSL250º38.82%33.33%-
HSV(B)250º55.93%46.27%-
XYZ6.554.8217.72-
YUV62.81159.14128.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=27.04%
G=22.32%
B=50.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63521180.470.5600.5425038.8233.33
Hex3F34762F38036fa2721
Octal776416657700663724741
Binary1111111101001110110101111111000011011011111010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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