Html Css Color HEX #3E3164 Minsk

📋 copy color: '#3E3164'

red 62 ◦ green 49 ◦ blue 100

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

Shades of Minsk #3E3164

Tints of Minsk #3E3164

RGB

 RED value IS 62 (24.61% from 255) = 29.38%

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

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

R = 29.38%
G = 23.22%
B = 47.39%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3E3164 (or 0x3E3164) is known color: Minsk. HEX triplet: 3E, 31 and 64. RGB value is (62,49,100). Sum of RGB (Red+Green+Blue) = 62+49+100=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #3E3164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3164 is #C1CE9B. Grayscale: #3A3A3A. Windows color (decimal): -12701340 or 6566206. OLE color: 6566206.

HSL color Cylindrical-coordinate representation of color #3E3164: hue angle of 255.29º 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 #3E3164 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 62 49 100 -
CMYK 0.38 0.51 0 0.61
HSL 255.29º 0.34% 0.29% -
HSV(B) 255.29º 0.51% 0.39% -
XYZ 5.39 4.14 12.57 -
YUV 58.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 62 49 100 0.38 0.51 0 0.61 255.29 0.34 0.29
Hex 3E 31 64 26 33 0 3D FF 22 1D
Octal 76 61 144 46 63 0 75 377 42 35
Binary 111110 110001 1100100 100110 110011 0 111101 11111111 100010 11101

Color Harmonies of #3E3164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3164

Black with #3E3164

Text Example


Text Example

White with #3E3164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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