Html Css Color HEX #3D3576 Minsk

📋 copy color: '#3D3576'

red 61 ◦ green 53 ◦ blue 118

#3D3576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #3D3576

Tints of Minsk #3D3576

RGB

 RED value IS 61 (24.22% from 255) = 26.29%

 GREEN value IS 53 (21.09% from 255) = 22.84%

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 26.29%
G = 22.84%
B = 50.86%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D3576 (or 0x3D3576) is known color: Minsk. HEX triplet: 3D, 35 and 76. RGB value is (61,53,118). Sum of RGB (Red+Green+Blue) = 61+53+118=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3576 is #C2CA89. Grayscale: #3E3E3E. Windows color (decimal): -12765834 or 7746877. OLE color: 7746877.

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

Color convert

RGB 61 53 118 -
CMYK 0.48 0.55 0 0.54
HSL 247.38º 0.38% 0.34% -
HSV(B) 247.38º 0.55% 0.46% -
XYZ 6.47 4.85 17.73 -
YUV 62.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 61 53 118 0.48 0.55 0 0.54 247.38 0.38 0.34
Hex 3D 35 76 30 37 0 36 F7 26 22
Octal 75 65 166 60 67 0 66 367 46 42
Binary 111101 110101 1110110 110000 110111 0 110110 11110111 100110 100010

Color Harmonies of #3D3576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3576

Black with #3D3576

Text Example


Text Example

White with #3D3576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D3576;
 }
 .AnyTagClassName
 {
   color: #3D3576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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