#3D2F75

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

Shades of Minsk #3D2F75

Tints of Minsk #3D2F75

Color information

#3D2F75 (or 0x3D2F75) is unknown color: approx Minsk. HEX triplet: 3D, 2F and 75. RGB value is (61,47,117). Sum of RGB (Red+Green+Blue) = 61+47+117=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D2F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2F75 is #C2D08A. Grayscale: #3A3A3A. Windows color (decimal): -12767371 or 7679805. OLE color: 7679805.

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

Color convert

RGB6147117-
CMYK0.480.6000.54
HSL252º42.68%32.16%-
HSV(B)252º59.83%45.88%-
XYZ6.154.3117.34-
YUV59.17160.64129.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 117 (46.09% from 255) = 52%
R=27.11%
G=20.89%
B=52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61471170.480.6000.5425242.6832.16
Hex3D2F75303C036fc2b20
Octal755716560740663745340
Binary1111011011111110101110000111100011011011111100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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