Html Css Color HEX #3D2E68 Minsk

📋 copy color: '#3D2E68'

red 61 ◦ green 46 ◦ blue 104

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

Shades of Minsk #3D2E68

Tints of Minsk #3D2E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 28.91%
G = 21.8%
B = 49.29%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3D2E68 (or 0x3D2E68) is known color: Minsk. HEX triplet: 3D, 2E and 68. RGB value is (61,46,104). Sum of RGB (Red+Green+Blue) = 61+46+104=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #3D2E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2E68 is #C2D197. Grayscale: #383838. Windows color (decimal): -12767640 or 6827581. OLE color: 6827581.

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

Color convert

RGB 61 46 104 -
CMYK 0.41 0.56 0 0.59
HSL 255.52º 0.39% 0.29% -
HSV(B) 255.52º 0.56% 0.41% -
XYZ 5.4 3.95 13.57 -
YUV 57.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 61 46 104 0.41 0.56 0 0.59 255.52 0.39 0.29
Hex 3D 2E 68 29 38 0 3B 100 27 1D
Octal 75 56 150 51 70 0 73 400 47 35
Binary 111101 101110 1101000 101001 111000 0 111011 100000000 100111 11101

Color Harmonies of #3D2E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2E68

Black with #3D2E68

Text Example


Text Example

White with #3D2E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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