#3D2C69

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

Shades of Minsk #3D2C69

Tints of Minsk #3D2C69

Color information

#3D2C69 (or 0x3D2C69) is unknown color: approx Minsk. HEX triplet: 3D, 2C and 69. RGB value is (61,44,105). Sum of RGB (Red+Green+Blue) = 61+44+105=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D2C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2C69 is #C2D396. Grayscale: #373737. Windows color (decimal): -12768151 or 6892605. OLE color: 6892605.

HSL color Cylindrical-coordinate representation of color #3D2C69: hue angle of 256.72º 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 #3D2C69 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6144105-
CMYK0.420.5800.59
HSL256.72º40.94%29.22%-
HSV(B)256.72º58.1%41.18%-
XYZ5.373.8113.82-
YUV56.04155.63131.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.05%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 105 (41.41% from 255) = 50%
R=29.05%
G=20.95%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61441050.420.5800.59256.7240.9429.22
Hex3D2C692A3A03B101291d
Octal755415152720734015135
Binary1111011011001101001101010111010011101110000000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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