Html Css Color HEX #3E3570 Minsk

📋 copy color: '#3E3570'

red 62 ◦ green 53 ◦ blue 112

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

Shades of Minsk #3E3570

Tints of Minsk #3E3570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.35%

 BLUE value IS 112 (44.14% from 255) = 49.34%

R = 27.31%
G = 23.35%
B = 49.34%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E3570 (or 0x3E3570) is known color: Minsk. HEX triplet: 3E, 35 and 70. RGB value is (62,53,112). Sum of RGB (Red+Green+Blue) = 62+53+112=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3570 is #C1CA8F. Grayscale: #3E3E3E. Windows color (decimal): -12700304 or 7353662. OLE color: 7353662.

HSL color Cylindrical-coordinate representation of color #3E3570: hue angle of 249.15º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E3570 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 53 112 -
CMYK 0.45 0.53 0 0.56
HSL 249.15º 0.36% 0.32% -
HSV(B) 249.15º 0.53% 0.44% -
XYZ 6.18 4.74 15.92 -
YUV 62.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 62 53 112 0.45 0.53 0 0.56 249.15 0.36 0.32
Hex 3E 35 70 2D 35 0 38 F9 24 20
Octal 76 65 160 55 65 0 70 371 44 40
Binary 111110 110101 1110000 101101 110101 0 111000 11111001 100100 100000

Color Harmonies of #3E3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3570

Black with #3E3570

Text Example


Text Example

White with #3E3570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,53,112); }

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

background-color css

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

 a { background-color: rgb(62,53,112); }

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

border-color css

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

 span { border-color: rgb(62,53,112); }

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