Html Css Color HEX #3D3761 Minsk

📋 copy color: '#3D3761'

red 61 ◦ green 55 ◦ blue 97

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

Shades of Minsk #3D3761

Tints of Minsk #3D3761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.82%

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 28.64%
G = 25.82%
B = 45.54%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3D3761 (or 0x3D3761) is known color: Minsk. HEX triplet: 3D, 37 and 61. RGB value is (61,55,97). Sum of RGB (Red+Green+Blue) = 61+55+97=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D3761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3761 is #C2C89E. Grayscale: #3D3D3D. Windows color (decimal): -12765343 or 6371133. OLE color: 6371133.

HSL color Cylindrical-coordinate representation of color #3D3761: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D3761 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 55 97 -
CMYK 0.37 0.43 0 0.62
HSL 248.57º 0.28% 0.3% -
HSV(B) 248.57º 0.43% 0.38% -
XYZ 5.45 4.59 11.91 -
YUV 61.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 61 55 97 0.37 0.43 0 0.62 248.57 0.28 0.3
Hex 3D 37 61 25 2B 0 3E F9 1C 1E
Octal 75 67 141 45 53 0 76 371 34 36
Binary 111101 110111 1100001 100101 101011 0 111110 11111001 11100 11110

Color Harmonies of #3D3761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3761

Black with #3D3761

Text Example


Text Example

White with #3D3761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,55,97); }

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

background-color css

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

 a { background-color: rgb(61,55,97); }

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

border-color css

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

 span { border-color: rgb(61,55,97); }

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