Html Css Color HEX #3F2E6B Minsk

📋 copy color: '#3F2E6B'

red 63 ◦ green 46 ◦ blue 107

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

Shades of Minsk #3F2E6B

Tints of Minsk #3F2E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.3%

 BLUE value IS 107 (42.19% from 255) = 49.54%

R = 29.17%
G = 21.3%
B = 49.54%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F2E6B (or 0x3F2E6B) is known color: Minsk. HEX triplet: 3F, 2E and 6B. RGB value is (63,46,107). Sum of RGB (Red+Green+Blue) = 63+46+107=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F2E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2E6B is #C0D194. Grayscale: #393939. Windows color (decimal): -12636565 or 7024191. OLE color: 7024191.

HSL color Cylindrical-coordinate representation of color #3F2E6B: hue angle of 256.72º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F2E6B is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 46 107 -
CMYK 0.41 0.57 0 0.58
HSL 256.72º 0.4% 0.3% -
HSV(B) 256.72º 0.57% 0.42% -
XYZ 5.68 4.07 14.4 -
YUV 58.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 63 46 107 0.41 0.57 0 0.58 256.72 0.4 0.3
Hex 3F 2E 6B 29 39 0 3A 101 28 1E
Octal 77 56 153 51 71 0 72 401 50 36
Binary 111111 101110 1101011 101001 111001 0 111010 100000001 101000 11110

Color Harmonies of #3F2E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2E6B

Black with #3F2E6B

Text Example


Text Example

White with #3F2E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,46,107); }

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

background-color css

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

 a { background-color: rgb(63,46,107); }

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

border-color css

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

 span { border-color: rgb(63,46,107); }

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