Html Css Color HEX #3D386A Minsk

📋 copy color: '#3D386A'

red 61 ◦ green 56 ◦ blue 106

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

Shades of Minsk #3D386A

Tints of Minsk #3D386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

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

R = 27.35%
G = 25.11%
B = 47.53%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3D386A (or 0x3D386A) is known color: Minsk. HEX triplet: 3D, 38 and 6A. RGB value is (61,56,106). Sum of RGB (Red+Green+Blue) = 61+56+106=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #3D386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D386A is #C2C795. Grayscale: #3F3F3F. Windows color (decimal): -12765078 or 6961213. OLE color: 6961213.

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

Color convert

RGB 61 56 106 -
CMYK 0.42 0.47 0 0.58
HSL 246º 0.31% 0.32% -
HSV(B) 246º 0.47% 0.42% -
XYZ 5.94 4.86 14.26 -
YUV 63.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 61 56 106 0.42 0.47 0 0.58 246 0.31 0.32
Hex 3D 38 6A 2A 2F 0 3A F6 1F 20
Octal 75 70 152 52 57 0 72 366 37 40
Binary 111101 111000 1101010 101010 101111 0 111010 11110110 11111 100000

Color Harmonies of #3D386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D386A

Black with #3D386A

Text Example


Text Example

White with #3D386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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