Html Css Color HEX #3F3166 Minsk

📋 copy color: '#3F3166'

red 63 ◦ green 49 ◦ blue 102

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

Shades of Minsk #3F3166

Tints of Minsk #3F3166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.66%

R = 29.44%
G = 22.9%
B = 47.66%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3F3166 (or 0x3F3166) is known color: Minsk. HEX triplet: 3F, 31 and 66. RGB value is (63,49,102). Sum of RGB (Red+Green+Blue) = 63+49+102=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F3166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3166 is #C0CE99. Grayscale: #3B3B3B. Windows color (decimal): -12635802 or 6697279. OLE color: 6697279.

HSL color Cylindrical-coordinate representation of color #3F3166: hue angle of 255.85º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F3166 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 63 49 102 -
CMYK 0.38 0.52 0 0.6
HSL 255.85º 0.35% 0.3% -
HSV(B) 255.85º 0.52% 0.4% -
XYZ 5.55 4.21 13.09 -
YUV 59.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 63 49 102 0.38 0.52 0 0.6 255.85 0.35 0.3
Hex 3F 31 66 26 34 0 3C 100 23 1E
Octal 77 61 146 46 64 0 74 400 43 36
Binary 111111 110001 1100110 100110 110100 0 111100 100000000 100011 11110

Color Harmonies of #3F3166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3166

Black with #3F3166

Text Example


Text Example

White with #3F3166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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