#3D3570

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

Shades of Minsk #3D3570

Tints of Minsk #3D3570

Color information

#3D3570 (or 0x3D3570) is unknown color: approx Minsk. HEX triplet: 3D, 35 and 70. RGB value is (61,53,112). Sum of RGB (Red+Green+Blue) = 61+53+112=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3570 is #C2CA8F. Grayscale: #3D3D3D. Windows color (decimal): -12765840 or 7353661. OLE color: 7353661.

HSL color Cylindrical-coordinate representation of color #3D3570: hue angle of 248.14º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D3570 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6153112-
CMYK0.460.5300.56
HSL248.14º35.76%32.35%-
HSV(B)248.14º52.68%43.92%-
XYZ6.124.7115.92-
YUV62.12156.15127.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=26.99%
G=23.45%
B=49.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61531120.460.5300.56248.1435.7632.35
Hex3D35702E35038f82420
Octal756516056650703704440
Binary1111011101011110000101110110101011100011111000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,53,112); }

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

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

 a { background-color: rgb(61,53,112); }

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

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

 span { border-color: rgb(61,53,112); }

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