Html Css Color HEX #3D2C69 Minsk

📋 copy color: '#3D2C69'

red 61 ◦ green 44 ◦ blue 105

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

Shades of Minsk #3D2C69

Tints of Minsk #3D2C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.95%

 BLUE value IS 105 (41.41% from 255) = 50%

R = 29.05%
G = 20.95%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3D2C69 (or 0x3D2C69) is known color: Minsk. HEX triplet: 3D, 2C and 69. RGB value is (61,44,105). Sum of RGB (Red+Green+Blue) = 61+44+105=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D2C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2C69 is #C2D396. Grayscale: #373737. Windows color (decimal): -12768151 or 6892605. OLE color: 6892605.

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

Color convert

RGB 61 44 105 -
CMYK 0.42 0.58 0 0.59
HSL 256.72º 0.41% 0.29% -
HSV(B) 256.72º 0.58% 0.41% -
XYZ 5.37 3.81 13.82 -
YUV 56.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 61 44 105 0.42 0.58 0 0.59 256.72 0.41 0.29
Hex 3D 2C 69 2A 3A 0 3B 101 29 1D
Octal 75 54 151 52 72 0 73 401 51 35
Binary 111101 101100 1101001 101010 111010 0 111011 100000001 101001 11101

Color Harmonies of #3D2C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2C69

Black with #3D2C69

Text Example


Text Example

White with #3D2C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,44,105); }

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

background-color css

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

 a { background-color: rgb(61,44,105); }

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

border-color css

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

 span { border-color: rgb(61,44,105); }

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