#3D366C

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

Shades of Minsk #3D366C

Tints of Minsk #3D366C

Color information

#3D366C (or 0x3D366C) is unknown color: approx Minsk. HEX triplet: 3D, 36 and 6C. RGB value is (61,54,108). Sum of RGB (Red+Green+Blue) = 61+54+108=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D366C is #C2C993. Grayscale: #3E3E3E. Windows color (decimal): -12765588 or 7091773. OLE color: 7091773.

HSL color Cylindrical-coordinate representation of color #3D366C: hue angle of 247.78º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D366C is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6154108-
CMYK0.440.5000.58
HSL247.78º33.33%31.76%-
HSV(B)247.78º50%42.35%-
XYZ5.954.7114.78-
YUV62.25153.82127.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=27.35%
G=24.22%
B=48.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61541080.440.5000.58247.7833.3331.76
Hex3D366C2C3203Af82120
Octal756615454620723704140
Binary1111011101101101100101100110010011101011111000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,108); }

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

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

 a { background-color: rgb(61,54,108); }

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

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

 span { border-color: rgb(61,54,108); }

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