Html Css Color HEX #3D376F Minsk

📋 copy color: '#3D376F'

red 61 ◦ green 55 ◦ blue 111

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

Shades of Minsk #3D376F

Tints of Minsk #3D376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.9%

R = 26.87%
G = 24.23%
B = 48.9%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D376F (or 0x3D376F) is known color: Minsk. HEX triplet: 3D, 37 and 6F. RGB value is (61,55,111). Sum of RGB (Red+Green+Blue) = 61+55+111=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D376F is #C2C890. Grayscale: #3E3E3E. Windows color (decimal): -12765329 or 7288637. OLE color: 7288637.

HSL color Cylindrical-coordinate representation of color #3D376F: hue angle of 246.43º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D376F is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 55 111 -
CMYK 0.45 0.50 0 0.56
HSL 246.43º 0.34% 0.33% -
HSV(B) 246.43º 0.5% 0.44% -
XYZ 6.16 4.87 15.65 -
YUV 63.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 61 55 111 0.45 0.50 0 0.56 246.43 0.34 0.33
Hex 3D 37 6F 2D 32 0 38 F6 22 21
Octal 75 67 157 55 62 0 70 366 42 41
Binary 111101 110111 1101111 101101 110010 0 111000 11110110 100010 100001

Color Harmonies of #3D376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D376F

Black with #3D376F

Text Example


Text Example

White with #3D376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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