#3E3272

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

Shades of Minsk #3E3272

Tints of Minsk #3E3272

Color information

#3E3272 (or 0x3E3272) is unknown color: approx Minsk. HEX triplet: 3E, 32 and 72. RGB value is (62,50,114). Sum of RGB (Red+Green+Blue) = 62+50+114=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E3272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3272 is #C1CD8D. Grayscale: #3C3C3C. Windows color (decimal): -12701070 or 7483966. OLE color: 7483966.

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

Color convert

RGB6250114-
CMYK0.460.5600.55
HSL251.25º39.02%32.16%-
HSV(B)251.25º56.14%44.71%-
XYZ6.164.5216.47-
YUV60.88157.98128.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.43%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=27.43%
G=22.12%
B=50.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62501140.460.5600.55251.2539.0232.16
Hex3E32722E38037fb2720
Octal766216256700673734740
Binary1111101100101110010101110111000011011111111011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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