#3D2E64

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

Shades of Minsk #3D2E64

Tints of Minsk #3D2E64

Color information

#3D2E64 (or 0x3D2E64) is unknown color: approx Minsk. HEX triplet: 3D, 2E and 64. RGB value is (61,46,100). Sum of RGB (Red+Green+Blue) = 61+46+100=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #3D2E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2E64 is #C2D19B. Grayscale: #383838. Windows color (decimal): -12767644 or 6565437. OLE color: 6565437.

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

Color convert

RGB6146100-
CMYK0.390.5400.61
HSL256.67º36.99%28.63%-
HSV(B)256.67º54%39.22%-
XYZ5.23.8712.53-
YUV56.64152.47131.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 100 (39.45% from 255) = 48.31%
R=29.47%
G=22.22%
B=48.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal61461000.390.5400.61256.6736.9928.63
Hex3D2E64273603D101251d
Octal755614447660754014535
Binary1111011011101100100100111110110011110110000000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,46,100); }

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

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

 a { background-color: rgb(61,46,100); }

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

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

 span { border-color: rgb(61,46,100); }

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