#3E2C69

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

Shades of Minsk #3E2C69

Tints of Minsk #3E2C69

Color information

#3E2C69 (or 0x3E2C69) is unknown color: approx Minsk. HEX triplet: 3E, 2C and 69. RGB value is (62,44,105). Sum of RGB (Red+Green+Blue) = 62+44+105=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #3E2C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2C69 is #C1D396. Grayscale: #383838. Windows color (decimal): -12702615 or 6892606. OLE color: 6892606.

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

Color convert

RGB6244105-
CMYK0.410.5800.59
HSL257.7º40.94%29.22%-
HSV(B)257.7º58.1%41.18%-
XYZ5.443.8513.82-
YUV56.34155.46132.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=29.38%
G=20.85%
B=49.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62441050.410.5800.59257.740.9429.22
Hex3E2C69293A03B102291d
Octal765415151720734025135
Binary1111101011001101001101001111010011101110000001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,44,105); }

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

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

 a { background-color: rgb(62,44,105); }

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

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

 span { border-color: rgb(62,44,105); }

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