Html Css Color HEX #3D356A Minsk

📋 copy color: '#3D356A'

red 61 ◦ green 53 ◦ blue 106

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

Shades of Minsk #3D356A

Tints of Minsk #3D356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.18%

R = 27.73%
G = 24.09%
B = 48.18%

CMYK

 C value IS 0.42

 M value IS 0.5

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3D356A (or 0x3D356A) is known color: Minsk. HEX triplet: 3D, 35 and 6A. RGB value is (61,53,106). Sum of RGB (Red+Green+Blue) = 61+53+106=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #3D356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D356A is #C2CA95. Grayscale: #3D3D3D. Windows color (decimal): -12765846 or 6960445. OLE color: 6960445.

HSL color Cylindrical-coordinate representation of color #3D356A: hue angle of 249.06º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D356A is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 61 53 106 -
CMYK 0.42 0.5 0 0.58
HSL 249.06º 0.33% 0.31% -
HSV(B) 249.06º 0.5% 0.42% -
XYZ 5.8 4.58 14.21 -
YUV 61.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 61 53 106 0.42 0.5 0 0.58 249.06 0.33 0.31
Hex 3D 35 6A 2A 32 0 3A F9 21 1F
Octal 75 65 152 52 62 0 72 371 41 37
Binary 111101 110101 1101010 101010 110010 0 111010 11111001 100001 11111

Color Harmonies of #3D356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D356A

Black with #3D356A

Text Example


Text Example

White with #3D356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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