Html Css Color HEX #3E3960 Minsk

📋 copy color: '#3E3960'

red 62 ◦ green 57 ◦ blue 96

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

Shades of Minsk #3E3960

Tints of Minsk #3E3960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 28.84%
G = 26.51%
B = 44.65%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E3960 (or 0x3E3960) is known color: Minsk. HEX triplet: 3E, 39 and 60. RGB value is (62,57,96). Sum of RGB (Red+Green+Blue) = 62+57+96=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E3960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3960 is #C1C69F. Grayscale: #3E3E3E. Windows color (decimal): -12699296 or 6306110. OLE color: 6306110.

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

Color convert

RGB 62 57 96 -
CMYK 0.35 0.41 0 0.62
HSL 247.69º 0.25% 0.3% -
HSV(B) 247.69º 0.41% 0.38% -
XYZ 5.56 4.79 11.7 -
YUV 62.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 62 57 96 0.35 0.41 0 0.62 247.69 0.25 0.3
Hex 3E 39 60 23 29 0 3E F8 19 1E
Octal 76 71 140 43 51 0 76 370 31 36
Binary 111110 111001 1100000 100011 101001 0 111110 11111000 11001 11110

Color Harmonies of #3E3960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3960

Black with #3E3960

Text Example


Text Example

White with #3E3960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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