Html Css Color HEX #3F3164 Minsk

📋 copy color: '#3F3164'

red 63 ◦ green 49 ◦ blue 100

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

Shades of Minsk #3F3164

Tints of Minsk #3F3164

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

 BLUE value IS 100 (39.45% from 255) = 47.17%

R = 29.72%
G = 23.11%
B = 47.17%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3F3164 (or 0x3F3164) is known color: Minsk. HEX triplet: 3F, 31 and 64. RGB value is (63,49,100). Sum of RGB (Red+Green+Blue) = 63+49+100=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #3F3164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3164 is #C0CE9B. Grayscale: #3A3A3A. Windows color (decimal): -12635804 or 6566207. OLE color: 6566207.

HSL color Cylindrical-coordinate representation of color #3F3164: hue angle of 256.47º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F3164 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 63 49 100 -
CMYK 0.37 0.51 0 0.61
HSL 256.47º 0.34% 0.29% -
HSV(B) 256.47º 0.51% 0.39% -
XYZ 5.45 4.17 12.57 -
YUV 59 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 63 49 100 0.37 0.51 0 0.61 256.47 0.34 0.29
Hex 3F 31 64 25 33 0 3D 100 22 1D
Octal 77 61 144 45 63 0 75 400 42 35
Binary 111111 110001 1100100 100101 110011 0 111101 100000000 100010 11101

Color Harmonies of #3F3164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3164

Black with #3F3164

Text Example


Text Example

White with #3F3164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,49,100); }

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

background-color css

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

 a { background-color: rgb(63,49,100); }

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

border-color css

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

 span { border-color: rgb(63,49,100); }

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