#3E3072

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

Shades of Minsk #3E3072

Tints of Minsk #3E3072

Color information

#3E3072 (or 0x3E3072) is unknown color: approx Minsk. HEX triplet: 3E, 30 and 72. RGB value is (62,48,114). Sum of RGB (Red+Green+Blue) = 62+48+114=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3072 is #C1CF8D. Grayscale: #3B3B3B. Windows color (decimal): -12701582 or 7483454. OLE color: 7483454.

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

Color convert

RGB6248114-
CMYK0.460.5800.55
HSL252.73º40.74%31.76%-
HSV(B)252.73º57.89%44.71%-
XYZ6.084.3516.44-
YUV59.71158.64129.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.68%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=27.68%
G=21.43%
B=50.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62481140.460.5800.55252.7340.7431.76
Hex3E30722E3A037fd2920
Octal766016256720673755140
Binary1111101100001110010101110111010011011111111101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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