Html Css Color HEX #3E3963 Minsk

📋 copy color: '#3E3963'

red 62 ◦ green 57 ◦ blue 99

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

Shades of Minsk #3E3963

Tints of Minsk #3E3963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

 BLUE value IS 99 (39.06% from 255) = 45.41%

R = 28.44%
G = 26.15%
B = 45.41%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3E3963 (or 0x3E3963) is known color: Minsk. HEX triplet: 3E, 39 and 63. RGB value is (62,57,99). Sum of RGB (Red+Green+Blue) = 62+57+99=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E3963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3963 is #C1C69C. Grayscale: #3F3F3F. Windows color (decimal): -12699293 or 6502718. OLE color: 6502718.

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

Color convert

RGB 62 57 99 -
CMYK 0.37 0.42 0 0.61
HSL 247.14º 0.27% 0.31% -
HSV(B) 247.14º 0.42% 0.39% -
XYZ 5.7 4.85 12.44 -
YUV 63.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 62 57 99 0.37 0.42 0 0.61 247.14 0.27 0.31
Hex 3E 39 63 25 2A 0 3D F7 1B 1F
Octal 76 71 143 45 52 0 75 367 33 37
Binary 111110 111001 1100011 100101 101010 0 111101 11110111 11011 11111

Color Harmonies of #3E3963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3963

Black with #3E3963

Text Example


Text Example

White with #3E3963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,57,99); }

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

background-color css

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

 a { background-color: rgb(62,57,99); }

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

border-color css

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

 span { border-color: rgb(62,57,99); }

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