Html Css Color HEX #3D3663 Minsk

📋 copy color: '#3D3663'

red 61 ◦ green 54 ◦ blue 99

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

Shades of Minsk #3D3663

Tints of Minsk #3D3663

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.23%

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 28.5%
G = 25.23%
B = 46.26%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3D3663 (or 0x3D3663) is known color: Minsk. HEX triplet: 3D, 36 and 63. RGB value is (61,54,99). Sum of RGB (Red+Green+Blue) = 61+54+99=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D3663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3663 is #C2C99C. Grayscale: #3D3D3D. Windows color (decimal): -12765597 or 6501949. OLE color: 6501949.

HSL color Cylindrical-coordinate representation of color #3D3663: hue angle of 249.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D3663 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 61 54 99 -
CMYK 0.38 0.45 0 0.61
HSL 249.33º 0.29% 0.3% -
HSV(B) 249.33º 0.45% 0.39% -
XYZ 5.5 4.53 12.39 -
YUV 61.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 61 54 99 0.38 0.45 0 0.61 249.33 0.29 0.3
Hex 3D 36 63 26 2D 0 3D F9 1D 1E
Octal 75 66 143 46 55 0 75 371 35 36
Binary 111101 110110 1100011 100110 101101 0 111101 11111001 11101 11110

Color Harmonies of #3D3663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3663

Black with #3D3663

Text Example


Text Example

White with #3D3663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,54,99); }

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

background-color css

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

 a { background-color: rgb(61,54,99); }

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

border-color css

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

 span { border-color: rgb(61,54,99); }

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