Html Css Color HEX #3D326E Minsk

📋 copy color: '#3D326E'

red 61 ◦ green 50 ◦ blue 110

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

Shades of Minsk #3D326E

Tints of Minsk #3D326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.77%

R = 27.6%
G = 22.62%
B = 49.77%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3D326E (or 0x3D326E) is known color: Minsk. HEX triplet: 3D, 32 and 6E. RGB value is (61,50,110). Sum of RGB (Red+Green+Blue) = 61+50+110=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D326E is #C2CD91. Grayscale: #3B3B3B. Windows color (decimal): -12766610 or 7221821. OLE color: 7221821.

HSL color Cylindrical-coordinate representation of color #3D326E: hue angle of 251º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D326E is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 61 50 110 -
CMYK 0.45 0.55 0 0.57
HSL 251º 0.38% 0.31% -
HSV(B) 251º 0.55% 0.43% -
XYZ 5.88 4.4 15.29 -
YUV 60.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 61 50 110 0.45 0.55 0 0.57 251 0.38 0.31
Hex 3D 32 6E 2D 37 0 39 FB 26 1F
Octal 75 62 156 55 67 0 71 373 46 37
Binary 111101 110010 1101110 101101 110111 0 111001 11111011 100110 11111

Color Harmonies of #3D326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D326E

Black with #3D326E

Text Example


Text Example

White with #3D326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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