#3D3674

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

Shades of Minsk #3D3674

Tints of Minsk #3D3674

Color information

#3D3674 (or 0x3D3674) is unknown color: approx Minsk. HEX triplet: 3D, 36 and 74. RGB value is (61,54,116). Sum of RGB (Red+Green+Blue) = 61+54+116=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D3674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3674 is #C2C98B. Grayscale: #3E3E3E. Windows color (decimal): -12765580 or 7616061. OLE color: 7616061.

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

Color convert

RGB6154116-
CMYK0.470.5300.55
HSL246.77º36.47%33.33%-
HSV(B)246.77º53.45%45.49%-
XYZ6.44.8917.13-
YUV63.16157.82126.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.41%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 116 (45.70% from 255) = 50.22%
R=26.41%
G=23.38%
B=50.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61541160.470.5300.55246.7736.4733.33
Hex3D36742F35037f72421
Octal756616457650673674441
Binary1111011101101110100101111110101011011111110111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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