#3E3263

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

Shades of Minsk #3E3263

Tints of Minsk #3E3263

Color information

#3E3263 (or 0x3E3263) is unknown color: approx Minsk. HEX triplet: 3E, 32 and 63. RGB value is (62,50,99). Sum of RGB (Red+Green+Blue) = 62+50+99=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E3263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3263 is #C1CD9C. Grayscale: #3A3A3A. Windows color (decimal): -12701085 or 6500926. OLE color: 6500926.

HSL color Cylindrical-coordinate representation of color #3E3263: hue angle of 254.69º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E3263 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB625099-
CMYK0.370.4900.61
HSL254.69º32.89%29.22%-
HSV(B)254.69º49.49%38.82%-
XYZ5.384.2112.33-
YUV59.17150.48130.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=29.38%
G=23.70%
B=46.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6250990.370.4900.61254.6932.8929.22
Hex3E3263253103Dff211d
Octal766214345610753774135
Binary111110110010110001110010111000101111011111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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