Html Css Color HEX #3D3165 Minsk

📋 copy color: '#3D3165'

red 61 ◦ green 49 ◦ blue 101

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

Shades of Minsk #3D3165

Tints of Minsk #3D3165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 101 (39.84% from 255) = 47.87%

R = 28.91%
G = 23.22%
B = 47.87%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3D3165 (or 0x3D3165) is known color: Minsk. HEX triplet: 3D, 31 and 65. RGB value is (61,49,101). Sum of RGB (Red+Green+Blue) = 61+49+101=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D3165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3165 is #C2CE9A. Grayscale: #3A3A3A. Windows color (decimal): -12766875 or 6631741. OLE color: 6631741.

HSL color Cylindrical-coordinate representation of color #3D3165: hue angle of 253.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D3165 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 61 49 101 -
CMYK 0.40 0.51 0 0.60
HSL 253.85º 0.35% 0.29% -
HSV(B) 253.85º 0.51% 0.4% -
XYZ 5.37 4.13 12.83 -
YUV 58.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 61 49 101 0.40 0.51 0 0.60 253.85 0.35 0.29
Hex 3D 31 65 28 33 0 3C FE 23 1D
Octal 75 61 145 50 63 0 74 376 43 35
Binary 111101 110001 1100101 101000 110011 0 111100 11111110 100011 11101

Color Harmonies of #3D3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3165

Black with #3D3165

Text Example


Text Example

White with #3D3165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,49,101); }

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

background-color css

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

 a { background-color: rgb(61,49,101); }

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

border-color css

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

 span { border-color: rgb(61,49,101); }

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