#3D3266

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

Shades of Minsk #3D3266

Tints of Minsk #3D3266

Color information

#3D3266 (or 0x3D3266) is unknown color: approx Minsk. HEX triplet: 3D, 32 and 66. RGB value is (61,50,102). Sum of RGB (Red+Green+Blue) = 61+50+102=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D3266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3266 is #C2CD99. Grayscale: #3B3B3B. Windows color (decimal): -12766618 or 6697533. OLE color: 6697533.

HSL color Cylindrical-coordinate representation of color #3D3266: hue angle of 252.69º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D3266 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6150102-
CMYK0.400.5100.6
HSL252.69º34.21%29.8%-
HSV(B)252.69º50.98%40%-
XYZ5.464.2313.1-
YUV59.22152.14129.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.64%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=28.64%
G=23.47%
B=47.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61501020.400.5100.6252.6934.2129.8
Hex3D3266283303Cfd221e
Octal756214650630743754236
Binary111101110010110011010100011001101111001111110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,50,102); }

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

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

 a { background-color: rgb(61,50,102); }

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

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

 span { border-color: rgb(61,50,102); }

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