Html Css Color HEX #3F3576 Minsk

📋 copy color: '#3F3576'

red 63 ◦ green 53 ◦ blue 118

#3F3576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #3F3576

Tints of Minsk #3F3576

RGB

 RED value IS 63 (25% from 255) = 26.92%

 GREEN value IS 53 (21.09% from 255) = 22.65%

 BLUE value IS 118 (46.48% from 255) = 50.43%

R = 26.92%
G = 22.65%
B = 50.43%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F3576 (or 0x3F3576) is known color: Minsk. HEX triplet: 3F, 35 and 76. RGB value is (63,53,118). Sum of RGB (Red+Green+Blue) = 63+53+118=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3576 is #C0CA89. Grayscale: #3F3F3F. Windows color (decimal): -12634762 or 7746879. OLE color: 7746879.

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

Color convert

RGB 63 53 118 -
CMYK 0.47 0.55 0 0.54
HSL 249.23º 0.38% 0.34% -
HSV(B) 249.23º 0.55% 0.46% -
XYZ 6.59 4.91 17.74 -
YUV 63.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 63 53 118 0.47 0.55 0 0.54 249.23 0.38 0.34
Hex 3F 35 76 2F 37 0 36 F9 26 22
Octal 77 65 166 57 67 0 66 371 46 42
Binary 111111 110101 1110110 101111 110111 0 110110 11111001 100110 100010

Color Harmonies of #3F3576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3576

Black with #3F3576

Text Example


Text Example

White with #3F3576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F3576;
 }
 .AnyTagClassName
 {
   color: #3F3576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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