Html Css Color HEX #3E3961 Minsk

📋 copy color: '#3E3961'

red 62 ◦ green 57 ◦ blue 97

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

Shades of Minsk #3E3961

Tints of Minsk #3E3961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 28.7%
G = 26.39%
B = 44.91%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E3961 (or 0x3E3961) is known color: Minsk. HEX triplet: 3E, 39 and 61. RGB value is (62,57,97). Sum of RGB (Red+Green+Blue) = 62+57+97=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E3961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3961 is #C1C69E. Grayscale: #3E3E3E. Windows color (decimal): -12699295 or 6371646. OLE color: 6371646.

HSL color Cylindrical-coordinate representation of color #3E3961: hue angle of 247.5º degrees, saturation: 0.26, 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 #3E3961 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 57 97 -
CMYK 0.36 0.41 0 0.62
HSL 247.5º 0.26% 0.3% -
HSV(B) 247.5º 0.41% 0.38% -
XYZ 5.61 4.81 11.94 -
YUV 63.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 62 57 97 0.36 0.41 0 0.62 247.5 0.26 0.3
Hex 3E 39 61 24 29 0 3E F8 1A 1E
Octal 76 71 141 44 51 0 76 370 32 36
Binary 111110 111001 1100001 100100 101001 0 111110 11111000 11010 11110

Color Harmonies of #3E3961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3961

Black with #3E3961

Text Example


Text Example

White with #3E3961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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