#3D3075

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

Shades of Minsk #3D3075

Tints of Minsk #3D3075

Color information

#3D3075 (or 0x3D3075) is unknown color: approx Minsk. HEX triplet: 3D, 30 and 75. RGB value is (61,48,117). Sum of RGB (Red+Green+Blue) = 61+48+117=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D3075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3075 is #C2CF8A. Grayscale: #3B3B3B. Windows color (decimal): -12767115 or 7680061. OLE color: 7680061.

HSL color Cylindrical-coordinate representation of color #3D3075: hue angle of 251.3º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D3075 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6148117-
CMYK0.480.5900.54
HSL251.3º41.82%32.35%-
HSV(B)251.3º58.97%45.88%-
XYZ6.194.3917.35-
YUV59.75160.31128.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=26.99%
G=21.24%
B=51.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61481170.480.5900.54251.341.8232.35
Hex3D3075303B036fb2a20
Octal756016560730663735240
Binary1111011100001110101110000111011011011011111011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,48,117); }

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

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

 a { background-color: rgb(61,48,117); }

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

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

 span { border-color: rgb(61,48,117); }

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