#3E3772

Color #3E3772 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #3E3772

Tints of Minsk #3E3772

Color information

#3E3772 (or 0x3E3772) is unknown color: approx Minsk. HEX triplet: 3E, 37 and 72. RGB value is (62,55,114). Sum of RGB (Red+Green+Blue) = 62+55+114=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E3772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3772 is #C1C88D. Grayscale: #3F3F3F. Windows color (decimal): -12699790 or 7485246. OLE color: 7485246.

HSL color Cylindrical-coordinate representation of color #3E3772: hue angle of 247.12º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E3772 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6255114-
CMYK0.460.5200.55
HSL247.12º34.91%33.14%-
HSV(B)247.12º51.75%44.71%-
XYZ6.394.9716.54-
YUV63.82156.32126.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.84%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=26.84%
G=23.81%
B=49.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62551140.460.5200.55247.1234.9133.14
Hex3E37722E34037f72321
Octal766716256640673674341
Binary1111101101111110010101110110100011011111110111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,55,114); }

 H1.HeaderClassName
 {
   color: #3E3772;
 }
 .AnyTagClassName
 {
   color: #3E3772;
 }
</style>
background-color css

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

 a { background-color: rgb(62,55,114); }

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

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

 span { border-color: rgb(62,55,114); }

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