#3D3365

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

Shades of Minsk #3D3365

Tints of Minsk #3D3365

Color information

#3D3365 (or 0x3D3365) is unknown color: approx Minsk. HEX triplet: 3D, 33 and 65. RGB value is (61,51,101). Sum of RGB (Red+Green+Blue) = 61+51+101=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D3365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3365 is #C2CC9A. Grayscale: #3B3B3B. Windows color (decimal): -12766363 or 6632253. OLE color: 6632253.

HSL color Cylindrical-coordinate representation of color #3D3365: hue angle of 252º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D3365 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6151101-
CMYK0.400.5000.60
HSL252º32.89%29.8%-
HSV(B)252º49.5%39.61%-
XYZ5.464.312.85-
YUV59.69151.31128.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.64%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=28.64%
G=23.94%
B=47.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61511010.400.5000.6025232.8929.8
Hex3D3365283203Cfc211e
Octal756314550620743744136
Binary111101110011110010110100011001001111001111110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,51,101); }

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

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

 a { background-color: rgb(61,51,101); }

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

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

 span { border-color: rgb(61,51,101); }

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