Html Css Color HEX #3D2E69 Minsk

📋 copy color: '#3D2E69'

red 61 ◦ green 46 ◦ blue 105

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

Shades of Minsk #3D2E69

Tints of Minsk #3D2E69

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.7%

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

R = 28.77%
G = 21.7%
B = 49.53%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3D2E69 (or 0x3D2E69) is known color: Minsk. HEX triplet: 3D, 2E and 69. RGB value is (61,46,105). Sum of RGB (Red+Green+Blue) = 61+46+105=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D2E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2E69 is #C2D196. Grayscale: #383838. Windows color (decimal): -12767639 or 6893117. OLE color: 6893117.

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

Color convert

RGB 61 46 105 -
CMYK 0.42 0.56 0 0.59
HSL 255.25º 0.39% 0.3% -
HSV(B) 255.25º 0.56% 0.41% -
XYZ 5.45 3.97 13.84 -
YUV 57.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 61 46 105 0.42 0.56 0 0.59 255.25 0.39 0.3
Hex 3D 2E 69 2A 38 0 3B FF 27 1E
Octal 75 56 151 52 70 0 73 377 47 36
Binary 111101 101110 1101001 101010 111000 0 111011 11111111 100111 11110

Color Harmonies of #3D2E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2E69

Black with #3D2E69

Text Example


Text Example

White with #3D2E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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