Html Css Color HEX #3D296D Minsk

📋 copy color: '#3D296D'

red 61 ◦ green 41 ◦ blue 109

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

Shades of Minsk #3D296D

Tints of Minsk #3D296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 109 (42.97% from 255) = 51.66%

R = 28.91%
G = 19.43%
B = 51.66%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3D296D (or 0x3D296D) is known color: Minsk. HEX triplet: 3D, 29 and 6D. RGB value is (61,41,109). Sum of RGB (Red+Green+Blue) = 61+41+109=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D296D is #C2D692. Grayscale: #363636. Windows color (decimal): -12768915 or 7153981. OLE color: 7153981.

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

Color convert

RGB 61 41 109 -
CMYK 0.44 0.62 0 0.57
HSL 257.65º 0.45% 0.29% -
HSV(B) 257.65º 0.62% 0.43% -
XYZ 5.48 3.68 14.89 -
YUV 54.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 61 41 109 0.44 0.62 0 0.57 257.65 0.45 0.29
Hex 3D 29 6D 2C 3E 0 39 102 2D 1D
Octal 75 51 155 54 76 0 71 402 55 35
Binary 111101 101001 1101101 101100 111110 0 111001 100000010 101101 11101

Color Harmonies of #3D296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D296D

Black with #3D296D

Text Example


Text Example

White with #3D296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,41,109); }

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

background-color css

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

 a { background-color: rgb(61,41,109); }

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

border-color css

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

 span { border-color: rgb(61,41,109); }

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