#3D3372

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

Shades of Minsk #3D3372

Tints of Minsk #3D3372

Color information

#3D3372 (or 0x3D3372) is unknown color: approx Minsk. HEX triplet: 3D, 33 and 72. RGB value is (61,51,114). Sum of RGB (Red+Green+Blue) = 61+51+114=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D3372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3372 is #C2CC8D. Grayscale: #3C3C3C. Windows color (decimal): -12766350 or 7484221. OLE color: 7484221.

HSL color Cylindrical-coordinate representation of color #3D3372: hue angle of 249.52º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D3372 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6151114-
CMYK0.460.5500.55
HSL249.52º38.18%32.35%-
HSV(B)249.52º55.26%44.71%-
XYZ6.154.5716.48-
YUV61.17157.81127.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=26.99%
G=22.57%
B=50.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61511140.460.5500.55249.5238.1832.35
Hex3D33722E37037fa2620
Octal756316256670673724640
Binary1111011100111110010101110110111011011111111010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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