Html Css Color HEX #3D3265 Minsk

📋 copy color: '#3D3265'

red 61 ◦ green 50 ◦ blue 101

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

Shades of Minsk #3D3265

Tints of Minsk #3D3265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

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

R = 28.77%
G = 23.58%
B = 47.64%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3D3265 (or 0x3D3265) is known color: Minsk. HEX triplet: 3D, 32 and 65. RGB value is (61,50,101). Sum of RGB (Red+Green+Blue) = 61+50+101=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D3265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3265 is #C2CD9A. Grayscale: #3A3A3A. Windows color (decimal): -12766619 or 6631997. OLE color: 6631997.

HSL color Cylindrical-coordinate representation of color #3D3265: hue angle of 252.94º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D3265 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 61 50 101 -
CMYK 0.40 0.50 0 0.60
HSL 252.94º 0.34% 0.3% -
HSV(B) 252.94º 0.5% 0.4% -
XYZ 5.41 4.21 12.84 -
YUV 59.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 61 50 101 0.40 0.50 0 0.60 252.94 0.34 0.3
Hex 3D 32 65 28 32 0 3C FD 22 1E
Octal 75 62 145 50 62 0 74 375 42 36
Binary 111101 110010 1100101 101000 110010 0 111100 11111101 100010 11110

Color Harmonies of #3D3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3265

Black with #3D3265

Text Example


Text Example

White with #3D3265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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