Html Css Color HEX #3D3766 Minsk

📋 copy color: '#3D3766'

red 61 ◦ green 55 ◦ blue 102

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

Shades of Minsk #3D3766

Tints of Minsk #3D3766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

 BLUE value IS 102 (40.23% from 255) = 46.79%

R = 27.98%
G = 25.23%
B = 46.79%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3D3766 (or 0x3D3766) is known color: Minsk. HEX triplet: 3D, 37 and 66. RGB value is (61,55,102). Sum of RGB (Red+Green+Blue) = 61+55+102=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D3766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3766 is #C2C899. Grayscale: #3D3D3D. Windows color (decimal): -12765338 or 6698813. OLE color: 6698813.

HSL color Cylindrical-coordinate representation of color #3D3766: hue angle of 247.66º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D3766 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 61 55 102 -
CMYK 0.40 0.46 0 0.6
HSL 247.66º 0.3% 0.31% -
HSV(B) 247.66º 0.46% 0.4% -
XYZ 5.69 4.68 13.17 -
YUV 62.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 61 55 102 0.40 0.46 0 0.6 247.66 0.3 0.31
Hex 3D 37 66 28 2E 0 3C F8 1E 1F
Octal 75 67 146 50 56 0 74 370 36 37
Binary 111101 110111 1100110 101000 101110 0 111100 11111000 11110 11111

Color Harmonies of #3D3766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3766

Black with #3D3766

Text Example


Text Example

White with #3D3766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,55,102); }

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

background-color css

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

 a { background-color: rgb(61,55,102); }

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

border-color css

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

 span { border-color: rgb(61,55,102); }

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