Html Css Color HEX #3D3276 Minsk

📋 copy color: '#3D3276'

red 61 ◦ green 50 ◦ blue 118

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

Shades of Minsk #3D3276

Tints of Minsk #3D3276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

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

R = 26.64%
G = 21.83%
B = 51.53%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D3276 (or 0x3D3276) is known color: Minsk. HEX triplet: 3D, 32 and 76. RGB value is (61,50,118). Sum of RGB (Red+Green+Blue) = 61+50+118=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D3276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3276 is #C2CD89. Grayscale: #3C3C3C. Windows color (decimal): -12766602 or 7746109. OLE color: 7746109.

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

Color convert

RGB 61 50 118 -
CMYK 0.48 0.58 0 0.54
HSL 249.71º 0.4% 0.33% -
HSV(B) 249.71º 0.58% 0.46% -
XYZ 6.34 4.58 17.69 -
YUV 61.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 61 50 118 0.48 0.58 0 0.54 249.71 0.4 0.33
Hex 3D 32 76 30 3A 0 36 FA 28 21
Octal 75 62 166 60 72 0 66 372 50 41
Binary 111101 110010 1110110 110000 111010 0 110110 11111010 101000 100001

Color Harmonies of #3D3276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3276

Black with #3D3276

Text Example


Text Example

White with #3D3276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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