#3D2F74

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

Shades of Minsk #3D2F74

Tints of Minsk #3D2F74

Color information

#3D2F74 (or 0x3D2F74) is unknown color: approx Minsk. HEX triplet: 3D, 2F and 74. RGB value is (61,47,116). Sum of RGB (Red+Green+Blue) = 61+47+116=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D2F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2F74 is #C2D08B. Grayscale: #3A3A3A. Windows color (decimal): -12767372 or 7614269. OLE color: 7614269.

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

Color convert

RGB6147116-
CMYK0.470.5900.55
HSL252.17º42.33%31.96%-
HSV(B)252.17º59.48%45.49%-
XYZ6.094.2917.03-
YUV59.05160.14129.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 47 (18.75% from 255) = 20.98%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=27.23%
G=20.98%
B=51.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61471160.470.5900.55252.1742.3331.96
Hex3D2F742F3B037fc2a20
Octal755716457730673745240
Binary1111011011111110100101111111011011011111111100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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